Problem with Analyzer Infix Suggester and Suggestions on multiple fields.

2016-04-26 Thread Ankit.Murarka
Dear Team, I am on Lucene 5.4.0. We are trying to build Suggestions based on the already Indexed Data. (Say I have indexed field "Content") and the indexes are available on the file server. Now, in order to use the suggestion feature, I am using AnalyzingInfixSuggester to first build the sugg

how to specify disableCoord in query string

2016-04-26 Thread Yonghui Zhao
Does lucene query parser support disableCoord in query string? Thanks

Indexing performance on HDFS

2016-04-26 Thread KORTMANN Stefan (MORPHO)
Hi, can indexing on HDFS somehow be tuned up using pluggable codecs / some customized PostingsFormat? What settings would you recommend for using Lucene 5.5 on HDFS? Regards, Stefan # " This e-mail and any attached documents may contain confidential or proprietary information. If you are not t

Re: 500 millions document for loop.

2016-04-26 Thread Valentin Popov
Uwe, hello. Is it possible to use same fast iterator, but apply sorting for date? Regards, Valentin. > On 14 нояб. 2015 г., at 15:54, Uwe Schindler wrote: > > For performance reasons, I would also return "false" for "out of order" > documents. This allows to access stored fields in a more

Re: upgrading lucene 4 to 6

2016-04-26 Thread scott cote
Jamie, I just went through an upgrade from 3 to 5. We used faceting, highlighting, search, explanation, etc ….It took us 3 months and that was a hard push (2 to 3 people dedicated to the effort). Don’t put off the upgrade. The performance is worth the pain. SCott > On Apr 26, 2016, at 12

Problem with Analyzing Infix Suggester for Multiple Indexes.

2016-04-26 Thread Ankit.Murarka
Dear Team, I am on Lucene 5.4.0. We are trying to build Suggestions based on the already Indexed Data. (Say I have indexed field "Content") and the indexes are available on the file server. Now, in order to use the suggestion feature, I am using AnalyzingInfixSuggester to first build the sugg

How to Index Multiple Terms in Analyzing Infix Suggester.

2016-04-26 Thread Ankit.Murarka
Hello, Can I use more than 1 term to create Analyzing Infix Suggester suggest indexes. Till now, the build function accepts only 1 instance of reader and field. Any attempt to add additional field, or append indexes to the directory is giving me an error (Do not share multiple instances of Inde