Different ordering of result returned by solr for capital and small letters.
Hi, I am using solr 1.3. I have an issue with the ordering of results returned by solr for capital and small letters. When I am searching for "cats" I am getting result. Next, when I am searching for "CATS" I am getting same result but the ordering of result is different as compare to previous one. Is there any issue with my indexing? OR Is there any priority for searching depending on capital and small letters in solr ? I want same result for both cases. What should I do? Also, I already have "LowerCaseFactoryFilter" for both on query-time analyzer and index in my config. Please, anyone can help me, to out from this problem. Thanks, Tushar -- View this message in context: http://www.nabble.com/Different-ordering-of-result-returned-by-solr-for-capital-and-small-letters.-tp21262962p21262962.html Sent from the Solr - User mailing list archive at Nabble.com.
Deletion of indexes.
Hi, I am using solr 1.3. I am facing a problem to delete the index. I have mysql database. Some of the data from database is deleted, but the indexing for those records is still present. Due to that I am getting those records in search result. I don't want this type of behavior. I want to delete those indexes which are not present in database. Also, I don't know which records are deleted from database and present in index. Is there any way to solve this problem? Also I think that re indexing will not solve my problem, because it will re index only the records which are present in database and don't bother about the indexes which don't have reference in database. Can anyone have solution for this? Thanks, Tushar -- View this message in context: http://www.nabble.com/Deletion-of-indexes.-tp21412630p21412630.html Sent from the Solr - User mailing list archive at Nabble.com.
To get all indexed records.
Hi, I am using solr 1.3. I want to retrieve all records from index file. How should I write solr query so that I will get all records? Thanks, Tushar. -- View this message in context: http://www.nabble.com/To-get-all-indexed-records.-tp21413170p21413170.html Sent from the Solr - User mailing list archive at Nabble.com.
Boost function
Hi, I want to know about boosting. What is the use ? How we can implement that? and How it will affect my search results? Thanks, Tushar -- View this message in context: http://www.nabble.com/Boost-function-tp21829651p21829651.html Sent from the Solr - User mailing list archive at Nabble.com.
Creating a new field type.
Hi, Is it possible to create a new field type in solr? If yes, can anyone tell me how to do that? I tried with this:- Is it right? Thanks, Tushar -- View this message in context: http://www.nabble.com/Creating-a-new-field-type.-tp21847887p21847887.html Sent from the Solr - User mailing list archive at Nabble.com.