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

2013-08-06 Thread Michael McCandless
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

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

2013-08-06 Thread Ankit Murarka
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

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

2013-08-05 Thread Michael McCandless
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--

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

2013-08-05 Thread Ankit Murarka
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

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

2013-08-03 Thread Jack Krupansky
: 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

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