t;> I guess I need to index the whole line as a Phrase (present in the file)
>>> as
>>> a spellchecker suggestion. Wondering what can be the possible approach.
>>> Any
>>> help will be highly appreciated.
>>>
>>>
>>> On 8/3/2013 7:25 P
java-user@lucene.apache.org
Subject: How to Index each file and then each Line for Complete Phrase
Match. Sample Data shown.
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 lin
te:
>>
>> 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--
ache.org
Subject: How to Index each file and then each Line for Complete Phrase
Match. Sample Data shown.
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
: java-user@lucene.apache.org
Subject: How to Index each file and then each Line for Complete Phrase
Match. Sample Data shown.
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
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