Re: [Solr 5.1.0] - Ignoring Whitespaces as delimiters

2016-10-16 Thread deniz
thanks a lot... prepared one regex, which seems like doing what i am looking for :) - Zeki ama calismiyor... Calissa yapar... -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-5-1-0-Ignoring-Whitespaces-as-delimiters-tp4300939p4301344.html Sent from the Solr - User ma

Re: Slow indexing speed when index size is large?

2016-10-16 Thread Zheng Lin Edwin Yeo
Hi Shawn, Thanks for the information. Regards, Edwin On 14 October 2016 at 20:19, Shawn Heisey wrote: > On 10/13/2016 9:58 PM, Zheng Lin Edwin Yeo wrote: > > Thanks for the reply Shawn. Currently, my heap allocation to each Solr > > instance is 22GB. Is that big enough? > > I can't answer tha

Re: newSearcher autowarming queries in solrconfig.xml run but does not appear to warm cache

2016-10-16 Thread Dalton Gooding
Erick, I think you might have nailed it. After the three warming queries, I get the below when registering a new searcher. How can I find out what I am missing in my warming queries?  Registered new searcher Searcher@15cdc368[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninvert

Field annotation and atomic updates

2016-10-16 Thread Ming1ng
Hi Does the Field annotation support atomic updates? If so how do I specify the modifier? Thanks Ming -- View this message in context: http://lucene.472066.n3.nabble.com/Field-annotation-and-atomic-updates-tp4301262.html Sent from the Solr - User mailing list archive at Nabble.com.

Can Solr find related terms in a document

2016-10-16 Thread Yangrui Guo
Hello I'm curious to know if Solr can correlate the occurrences of two terms. E.g. if "Bush administration" and "stupid mistake" often appear in the same article, then Solr will think that the two terms are related. Is there a way to achieve this? Yangrui