Unable to run wildcard queries in hibernate search

vickybat

I am the night...I am...
Hello guys,

I'm unable to run wildcard type queries in hibernate search. Hibernate search is not the ORM persistence api we all are acquainted with
but is a different thing. It's a full text and search api that searches through documents by indexing them. It's built on top of apache lucene,
which is a very popular full text search framework written in java.

If anyone has used this in their projects and has idea on wildcard lucene queries, then please do post here.
Will discuss more details then.
 

Desmond

Destroy Erase Improve
Staff member
Admin
I am more familiar with the ORM. Never heard of Hibernate search. Will look it up and see what I can find out.
 
OP
vickybat

vickybat

I am the night...I am...
Hey i did it guys. The analyzer annotation in the entity was the culprit.
Wildcard queries are running like a breeze.
 
Top Bottom