On Thursday, November 18, 2010 12:42:49 pm Dario Rigolin wrote:
> On Thursday, November 18, 2010 12:36:40 pm Dario Rigolin wrote:
>
> Sorry wrong query:
>
> q=field1:("A BB1" AND "B BB2")
>
> Dario
q=field1:("A BB1 B BB2"~10)
I discovered that proximity search works well with multiple terms
C
On Thursday, November 18, 2010 12:36:40 pm Dario Rigolin wrote:
Sorry wrong query:
q=field1:("A BB1" AND "B BB2")
Dario
I think this question is more related to Lucene query search but I'm posting
here becuase I feel more "Solr User" :-)
I have multiple value field named field1 containint codes separated by a space
doc1
A BB1 B BB2 C BB3
A CC1 B CC2 C CC3
doc2
A BB1 B FF2 C FF3
A YY1 B BB2 C KK3
I would like