[
https://issues.apache.org/jira/browse/LUCENENET-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Svensson closed LUCENENET-553.
------------------------------------
Resolution: Not a Problem
Hi,
I'm closing this as "Not a Problem" since this isn't a bug in Lucene.Net. You
could ask about usage on the [user mailing
list|https://lucenenet.apache.org/community.html] or Stack Overflow, but Jira
isn't the correct tool for this.
// Simon
> 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)