: When i'm looking for words taking care of distance between them, i'm using
: lucene syntax "A B"~distance... unfortunaly if A leads to A1 and A2 forms i
: should split this into syntax +("A1 B"~dist "A2 B"~dist ") - this grows with
: progression depending of normal forms quantity of each term.
:
(+(A1 A2) +(B))~dist...
i heard that dismax can handle distance between words ignoring quotes -
could you advice in this?
Thanx in advice.
--
View this message in context:
http://www.nabble.com/morphology-and-queryPrase-tp18412375p18412375.html
Sent from the Solr - User mailing list archive at Nabble.com.