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:
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
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