Re: Search results after importing from Dih
check is there any file other than segments file. if yes then your data is in index, commit it. try restart solr. -- View this message in context: http://lucene.472066.n3.nabble.com/Search-results-after-importing-from-Dih-tp1365720p1368560.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: A few query issues with solr
this link will help you: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.WordDelimiterFilterFactory -- View this message in context: http://lucene.472066.n3.nabble.com/A-few-query-issues-with-solr-tp1358081p1369261.html Sent from the Solr - User mailing list archive at Nabble.com.
SOLR UIMA - posTag
Hi All I have intergrated UIMA and Solr and successfully indexed the documents. My requirement is to boost nouns over verbs. (Lets take for example field : description) Below is the sample index contents. - - Water Curses Prospect Hummer people are different in nature some bahaves better but some behaves like animal. 3 english - people are different in nature some bahaves better but some behaves like animal. - nns ber jj in nn rb vbz jjr cc dti vbz cs nn . say hello to everybody Can anyone suggest what are the next steps to fulfill this requirement? What I got in index is sequential posTag in different field and I still not got any clue how to index *word*_posTag so that this *word*_NOUN can be boosted more than only *word*_VERB in search query. What I am thinking, is right approach or not? Or is there any better solution for boosting documents on the basis of posTag? -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-UIMA-posTag-tp3971101.html Sent from the Solr - User mailing list archive at Nabble.com.
Per Field Similarity
Hi All I have a scinerio, suppose I want to use a new feature which is available in trunk and also available as a patch. Should I apply patch to the latest release version to use new feature or directly use the trunk? Which one will be the good approach and why? Thanks in advance Hemant -- View this message in context: http://lucene.472066.n3.nabble.com/Per-Field-Similarity-tp3985857.html Sent from the Solr - User mailing list archive at Nabble.com.