Re: wildcards in solr synonyms file

2010-08-09 Thread dotriz

Does the synonyms file support regular expressions?
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/wildcards-in-solr-synonyms-file-tp1053691p1055822.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: searching documents in solr

2010-05-26 Thread dotriz

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 )

 
  
 0 
 1 
  
  on 
  0 
  *new1 
  2.2 
  10 
  
 
 
 

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.


Re: searching documents in solr

2010-05-26 Thread dotriz

Here is my schema.xml file

http://lucene.472066.n3.nabble.com/file/n847355/schema.xml schema.xml 
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/searching-documents-in-solr-tp844800p847355.html
Sent from the Solr - User mailing list archive at Nabble.com.