Thank you for your reply.

let me clarify that I am trying to do a wildcard search.
There are documents with title ( title is default search field ) new1, new2,
new3

searching new*  will return all three posts but searching
whereas *new1 returns no document, when it should return at-least one
document with title new1. 

Here is output of the solr ( I am searching from admin area of solr )

<response> 
 <lst name="responseHeader"> 
 <int name="status">0</int> 
 <int name="QTime">1</int> 
 <lst name="params"> 
  <str name="indent">on</str> 
  <str name="start">0</str> 
  <str name="q">*new1</str> 
  <str name="version">2.2</str> 
  <str name="rows">10</str> 
 </lst> 
</lst> 
<result name="response" numFound="0" start="0"/> 
</response> 

Any ideas?
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/searching-documents-in-solr-tp844800p847339.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to