>
> 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
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
;
>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
;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
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..