Creating a new field type.

2009-02-05 Thread Tushar_Gandhi
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 t

Boost function

2009-02-04 Thread Tushar_Gandhi
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

To get all indexed records.

2009-01-12 Thread Tushar_Gandhi
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

Deletion of indexes.

2009-01-12 Thread Tushar_Gandhi
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 delet

Different ordering of result returned by solr for capital and small letters.

2009-01-03 Thread Tushar_Gandhi
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