Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Lucene.Net 3.0.3
-
None
-
None
-
Windows 7 , Intel i3 process, 4 GB Ram
Description
I can able to do normal proximity search
for example
I would like to search A , B ,C with N words apart, the query will be as follows
field:"A B C"~N
this is working very fine.
my first word will be either A* or B* (with wildcard characters) and second word will be either C* OR D* are N distance apart from each other
for example :
fieldname:"(A* OR B*) (C* OR D*)"~N
Is it possible ?
if it is not possibal in straight forward way then is there any alternative ?