Re: Simple search low speed

2015-04-26 Thread Tomasz Borek
Perhaps belated and IANA Solr expert, but take a look at mergeFactor and ramBufferSizeMB. I've had a situation where after Solr upgrade old values were kept. Those are used for buffering during indexing AFAIR. If buffer size is exceeded, merge happens. If merge factor is exceeded, coalesced

trec_collection

2015-04-26 Thread onur kasimlar
Hi, I have a very general question. Is it possible to index a TREC collection with Solr (not Lucene Benchmark) using an own schema.xml (analyzer defintions,...)? I want to index a TREC collection with different settings to see which fits best.

Odp.: Remote connection to Solr

2015-04-26 Thread LAFK
Try running a different server first and see if that ain't windows shutting down network when sleeping / hibernating and not waking it up later. Or blocking the sockets. @LAFK_PL   Oryginalna wiadomość   Od: Steven White Wysłano: piątek, 24 kwietnia 2015 16:04 Do: solr-user@lucene.apache.org

Re: trec_collection

2015-04-26 Thread Ahmet Arslan
Hi Onur, Of course it is possible, you communicate solr with SolrJ for example. https://cwiki.apache.org/confluence/display/solr/Using+SolrJ Ahmet On Sunday, April 26, 2015 3:25 PM, onur kasimlar kasimlar.o...@gmail.com wrote: Hi, I have a very general question. Is it possible to index a

Re: and stopword in user query is being change to q.op=AND

2015-04-26 Thread Rajesh Hazari
Thank you Hoss from correcting my understanding, again i missed this concept of edismax. Do we have any solrj class or helper to handle the scenario to pass on the query terms (by stripping stopwords ) to edismax using solrj api. for ex: if user queries for *term1 and term2* build and query to

Re: Highlighting in Solr

2015-04-26 Thread Zheng Lin Edwin Yeo
I supposed currently the only way to show the highlighting snippets in xml and json output is via a separate section at the bottom, and it is currently not possible to show the highlighted snippets together with the rest of the response? Regards, Edwin On 22 April 2015 at 21:57, Zheng Lin Edwin