You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Pravin Thokal (JIRA)" <ji...@apache.org> on 2015/04/03 11:07:53 UTC

[jira] [Created] (LUCENENET-553) Proximity Search with wildcard character and with boolean operator

Pravin Thokal created LUCENENET-553:
---------------------------------------

             Summary: Proximity Search with wildcard character and with boolean operator
                 Key: LUCENENET-553
                 URL: https://issues.apache.org/jira/browse/LUCENENET-553
             Project: Lucene.Net
          Issue Type: Bug
          Components: Lucene.Net Core
    Affects Versions: Lucene.Net 3.0.3
         Environment: Windows 7 , Intel i3 process, 4 GB Ram
            Reporter: Pravin Thokal


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 ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)