Re: Basic SOLR help needed

2012-02-19 Thread pravesh
>>When I do a query using the Admin tool: >>INST_NAME:KENTUCKY TECH PADUCAH (There is a docment in the db that meets this INST_NAME exactly) Try using this way: INST_NAME:(KENTUCKY TECH PADUCAH) This way all the 3 terms would be searched in the field INST_NAME, otherwise only the first term KENT

RE: Basic SOLR help needed

2012-02-19 Thread jwgildea
I want to be able to search against INST_NAME using keywords, stemming, synonyms, etc... I think I need to split on white space. Don't I? Thanks for the quick response! -- View this message in context: http://lucene.472066.n3.nabble.com/Basic-SOLR-help-needed-tp3759855p3759998.html Sent fr

Re: Basic SOLR help needed

2012-02-19 Thread tamanjit.bin...@yahoo.co.in
Hi, I guess the behavior is because of the field type of the field INST_NAME. Try changing its type to string for getting the desired results. text_en_splitting splits on whitespace. -- View this message in context: http://lucene.472066.n3.nabble.com/Basic-SOLR-help-needed-tp3759855p3759866.html