Hi,
is it possible with standard query search (not dismax) to have
exact matches that allow any terms order?

for example:

if i search "my love" i would solr gives to me docs with

- my love
- love my

it's easy: q=title:(my AND love)

the problem is it returns also docs with

"my love is my dog"

i don't want this. i want only docs with title formed by these 2 terms: my
and love.

is it possible??

thanx

-- 
Gastone Penzo
*www.solr-italia.it*
*The first italian blog about Apache Solr*

Reply via email to