Developer forum

Forum » Development » Lucene Exact match

Lucene Exact match

Anders Ebdrup
Reply

Hello,

 

Does anyone know how to make an exact match against the Lucene index in Dw? In an exact match the syntax is like this:

 

title:"The Right Way" AND text:go

 

But I cannot get the quotes to reach the index query... I have even tried to make my own: ExactCriteria, but the "Compile()"-method is never called.

 

Best regards, Anders


Replies

 
Vladimir
Reply
This post has been marked as an answer

Hi Anders,

I recently fix a bug - searcher doesn't take quotes in account. I think this fix will in the nearest 8.3.1 hotfix

Best regards,

Vladimir

 

 

 

 

 

Votes for this answer: 1
 
Anders Ebdrup
Reply

 

Original message by Vladimir posted on 12/12/2013, 18:21:

Hi Anders,

I recently fix a bug - searcher doesn't take quotes in account. I think this fix will in the nearest 8.3.1 hotfix

Best regards,

Vladimir 

 

Great to hear! I am looking forward to try the fix! :-)

 

You must be logged in to post in the forum