Re: solr tika extraction video creation date problem (hours ahead)

2019-04-04 Thread whisere
Thanks Alex. The problem is image creation date is correct, but the video creation date is wrong (hours behind), if I set the time_zone I think the image creation date will be wrong then. wonder what the difference between image and video extraction in tika. -- Sent from:

Solr 6.6 and OpenJDK11

2019-04-04 Thread solrnoobie
So we are having some production issues with solr 6.6 with OpenJDK 11. There are a lot of heap errors (ours was set to 10gig on a 16 gig instance) and we never encountered this until we upgraded from Oracle JDK 8 to OpenJDK 11. So is it advisable to keep it at openjdk 11 or should we downgrade to

Re: Indexing in one collection affect index in another collection

2019-04-04 Thread Zheng Lin Edwin Yeo
Hi all, This issue is still surfacing in the new Soir 8.0.0. Can't really figure out what is the issue, as it occurs also in system with more memory. Anyone has any further insights on this? Regards, Edwin On Fri, 15 Feb 2019 at 18:40, Zheng Lin Edwin Yeo wrote: > Hi Shawn, > > This issue is

Proper type(s) for adding a DatePointField value [was: problems with indexing documents]

2019-04-04 Thread Mark H. Wood
One difficulty is that the documentation of SolrInputDocument.addField(String, Object) is not at all specific. I'm aware of SOLR-2298 and I accept that the patch is an improvement, but still... @param value Value of the field, should be of same class type as defined by "type" attribute of the

Re: Strange behaviour building a query: SynonymQuery

2019-04-04 Thread Erick Erickson
Thanks for letting us know! > On Apr 4, 2019, at 8:40 AM, rodio wrote: > > Hi all! > > It's solved! > > I have seen that we are using a deprecated version! > > Use WordDelimiterGraphFilterFactory instead of WordDelimiterFilterFactory > solves the problem > >

Re: Strange behaviour building a query: SynonymQuery

2019-04-04 Thread rodio
Hi all! It's solved! I have seen that we are using a deprecated version! Use WordDelimiterGraphFilterFactory instead of WordDelimiterFilterFactory solves the problem https://lucene.apache.org/solr/guide/7_2/filter-descriptions.html#word-delimiter-filter

Strange behaviour building a query: SynonymQuery

2019-04-04 Thread rodio
Hi all, This is my first question in this forum, i'm newbye with Solr so I would be very glad if someone can resolve my doubt. We are evaluating new version of Solr 8 The problem is that when we build a query using WordDelimiterFilterFactory with preserveOriginal = 1, the parsed query has a

Re: Solr indexing with Tika DIH local vs network share

2019-04-04 Thread neilb
Thank you Erick, this is very helpful! -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: high cpu threads (solr 7.5)

2019-04-04 Thread Erick Erickson
It hasn’t been addressed by any Java 8 releases that I know of. See: https://issues.apache.org/jira/browse/SOLR-13349 The work-around in Solr is trivial, see the patch so it’d be simple to patch/compile on your own. It will be released in a Solr 7.7.2 and Solr 8.1 or later, neither of which

Re: NestPathField

2019-04-04 Thread Vincenzo D'Amore
Hi all, I've found that NestPathField fieldType in the solr 8.0.0 configuration are related to https://issues.apache.org/jira/browse/SOLR-12768 which is under https://issues.apache.org/jira/browse/SOLR-12298 So answering to my own question, NestPathField is related to the ability to index deeply

Re: solr tika extraction video creation date problem (hours ahead)

2019-04-04 Thread Alexandre Rafalovitch
Sounds like timezone normalization issue. Possibly at Tika stage. Check what your SOLR_TIMEZONE variable set to. Not sure in which file. Regards, Alex On Thu, Apr 4, 2019, 12:50 AM Where is Where, wrote: > Hello , I was following the instruction > >

Autosuggest help

2019-04-04 Thread Midas A
Hi, We need to use auto suggest click stream data in Auto suggestion . How we can achieve this ? Currently we are using suggester for auto suggestions . Regards, Midas