Re: How to Index each file and then each Line for Complete Phrase Match. Sample Data shown.

2013-08-03 Thread Jack Krupansky
Why not start with something simple? Like, index each log line as a tokenized text field and then do PhraseQuery against that text field? Is there something else you need beyond that? -- Jack Krupansky -Original Message- From: Ankit Murarka Sent: Saturday, August 03, 2013 3:22 AM To:

Re: IndexUpgrade - Any ways to speed up?

2013-08-03 Thread Ramprakash Ramamoorthy
On Fri, Aug 2, 2013 at 5:56 PM, Shai Erera wrote: > Unfortunately you cannot upgrade directly from 2.3.1 to 4.1. > > You can consider upgrading to 3.6.2 and stop there. Lucene 4.1 can read 3.x > indexes, and when segments will are merged, they are upgraded automatically > to the newest file forma

How to Index each file and then each Line for Complete Phrase Match. Sample Data shown.

2013-08-03 Thread Ankit Murarka
Hello All, I have this mentioned in the log file. Till now I am indexing the complete directory containing files which contain data like this: Now I need to index each line of the file to implement complete phrase search. I intend to store phrases in index and then use SpellChecker API to su