Re: What is text searching algorithm in Lucene 4.3.1

2013-07-17 Thread Jack Krupansky
class. Unfortunately, that has less Javadoc, although it does cite a key paper on that approach. -- Jack Krupansky -Original Message- From: Erick Erickson Sent: Wednesday, July 17, 2013 8:17 AM To: java-user Subject: Re: What is text searching algorithm in Lucene 4.3.1 Note: as of Lucene

Re: What is text searching algorithm in Lucene 4.3.1

2013-07-17 Thread Erick Erickson
2013 10:54 PM > To: java-user@lucene.apache.org > Subject: What is text searching algorithm in Lucene 4.3.1 > > > Hi all, > > > > I am trying to apply Lucene for a specific domain, so I need to customize > the text searching / text comparing algorithm of Lucene. >

Re: What is text searching algorithm in Lucene 4.3.1

2013-07-16 Thread Jack Krupansky
: java-user@lucene.apache.org Subject: What is text searching algorithm in Lucene 4.3.1 Hi all, I am trying to apply Lucene for a specific domain, so I need to customize the text searching / text comparing algorithm of Lucene. Is there any guideline / tutorial or article which explains

What is text searching algorithm in Lucene 4.3.1

2013-07-16 Thread Vinh Đặng
Hi all, I am trying to apply Lucene for a specific domain, so I need to customize the text searching / text comparing algorithm of Lucene. Is there any guideline / tutorial or article which explains about how Lucene search and answer the query? Thank you very much. -- Thank you v