termFreq always = 1 ?

2008-10-01 Thread KLessou
n't seem to help me :-/ ... If you have any idea, thx in advance. -- ~ | klessou | ~

Re: termFreq always = 1 ?

2008-10-01 Thread KLessou
> > So if you have "men in black are real men" then > RemoveDuplicatesTokenFilterFactory will not remove duplicate "men". > > This may or may not be your problem. > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > - Original Message

Re: termFreq always = 1 ?

2008-10-02 Thread KLessou
document. > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > - Original Message > > From: KLessou <[EMAIL PROTECTED]> > > To: solr-user@lucene.apache.org > > Sent: Wednesday, October 1, 2008 11:43:59 AM > >

required keyword in all a document

2008-10-06 Thread KLessou
there a better/more simple way to do this ? Thx in advance ! -- ~ | klessou | ~

Re: required keyword in all a document

2008-10-06 Thread KLessou
MultiFieldQueryParser seems to generate what I want : http://hudson.zones.apache.org/hudson/job/Lucene-trunk/javadoc//org/apache/lucene/queryParser/MultiFieldQueryParser.html But is there a Php version ? On Mon, Oct 6, 2008 at 1:24 PM, KLessou <[EMAIL PROTECTED]> wrote: > Hi, > &g

Re: required keyword in all a document

2008-10-06 Thread KLessou
On Mon, Oct 6, 2008 at 1:24 PM, KLessou <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to find all documents who contain "France, Flag, French". > > I've got docs like this one : > > ... > wordA,wordB,france, ... >