Re: How to implement a proximity search using LINES as slop

2011-02-10 Thread Doron Cohen
> > Pierre > > -Message d'origine- > De : Livia Hauser [mailto:livia.hau...@web.de] > Envoyé : mardi 8 février 2011 22:51 > À : java-user@lucene.apache.org > Objet : RE: How to implement a proximity search using LINES as slop > > Hi Pierre, > > many tha

RE: How to implement a proximity search using LINES as slop

2011-02-09 Thread Pierre GOSSE
indeed. I hope some lucene expert can give his insight about all this. :) Pierre -Message d'origine- De : Livia Hauser [mailto:livia.hau...@web.de] Envoyé : mardi 8 février 2011 22:51 À : java-user@lucene.apache.org Objet : RE: How to implement a proximity search using LINES as

RE: How to implement a proximity search using LINES as slop

2011-02-08 Thread Livia Hauser
; >But maybe that's overkill, and there's a simpler manner to achieve this line >slope, I'm quite new to solr. :) > >Pierre > >-Message d'origine- >De : Livia Hauser [mailto:livia.hau...@web.de] >Envoyé : lundi 7 février 2011 20:59 >À : java-us

RE: How to implement a proximity search using LINES as slop

2011-02-08 Thread Pierre GOSSE
;m quite new to solr. :) Pierre -Message d'origine- De : Livia Hauser [mailto:livia.hau...@web.de] Envoyé : lundi 7 février 2011 20:59 À : java-user@lucene.apache.org Objet : How to implement a proximity search using LINES as slop Hi All, I use solr 3.x and put excel documents int

How to implement a proximity search using LINES as slop

2011-02-07 Thread Livia Hauser
Hi All, I use solr 3.x and put excel documents into an index. I have my own query parser and use SpanQueries to provide a proximity search feature. It works really good. Most often than not its better to limit the proxmity to one or two line's, not to X words. I try to find a NewLine indicator..