You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Caba <ba...@gmail.com> on 2013/08/22 11:07:18 UTC

Lucene search returns no result

I am trying to create a hibernate full text search using
*hibernate-search-4.3.0.Final.jar* There is no errors in this application,
but my Lucene query unsing the query DSL doesn't return any results. I mean
It doesn't return any of rows in the table. can any one please help me.

This is my function:


and this is my Entity class:



I have another folder in my project. *Indexes* in this folder I have two
files. If I open these two files with Luke, I see nothing, that seems that
these two files are empty.

What should I do to solve this problem? thank you so much



--
View this message in context: http://lucene.472066.n3.nabble.com/Lucene-search-returns-no-result-tp4086046.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


RE: Lucene search returns no result

Posted by Uwe Schindler <uw...@thetaphi.de>.
Hi,

this is the Lucene developer's mailing list, for discussing source code development of the Lucene library. If you have a question about using Lucene, ask on java-user@lucene.apache.org. But for your current question, I don't think Lucene's mailing lists are the correct place to ask. Hibernate Search is a separate, non-Apache project which is just based on Lucene but is not managed by the Lucene development crew, so it is better to ask your question on the Hibernate(-Search) mailing lists.

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Caba [mailto:babakbsn@gmail.com]
> Sent: Thursday, August 22, 2013 11:07 AM
> To: dev@lucene.apache.org
> Subject: Lucene search returns no result
> 
> I am trying to create a hibernate full text search using
> *hibernate-search-4.3.0.Final.jar* There is no errors in this application, but
> my Lucene query unsing the query DSL doesn't return any results. I mean It
> doesn't return any of rows in the table. can any one please help me.
> 
> This is my function:
> 
> 
> and this is my Entity class:
> 
> 
> 
> I have another folder in my project. *Indexes* in this folder I have two files.
> If I open these two files with Luke, I see nothing, that seems that these two
> files are empty.
> 
> What should I do to solve this problem? thank you so much
> 
> 
> 
> --
> View this message in context: http://lucene.472066.n3.nabble.com/Lucene-
> search-returns-no-result-tp4086046.html
> Sent from the Lucene - Java Developer mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional
> commands, e-mail: dev-help@lucene.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org