i am new at SoLR indexing. I want to sort location field which have different values.it also contains values which starts with \'sAmerica, #\'Japan, %India and etc.
Consider a bar which might have multiple openinghours, depending on the day of week (+ some special days when it might be closed)
Is there a way in Solr to have a document that: contains multiple lat/long pairs ask to return the closest point to a given (user-supplied) lat/long pair
I am a complete noob when it comes to solr, this is my first configuration and I am having issues getting solr data to be filtered properly. We are using solr 4.0, the 09-21-2011 snapshot. What I want
I use solr 3.4. When I search a word, I have an InvalidTokenOffsetsException. My field type look like :
I\'m still a relative newbie with Solr Lucene, and I have noticed an interesting \"problem\" with a search I performed.
Im trying to configure SOLR spell checking. My request and response seem to be working fine. Only problem is how do i get the Collations from the response.
I need your help to get more information in my solR query\'s response. i\'ve got a simple input text which allows me to query several fields in the same query.
I\'m building a system where I use Solr for search over my content, and MySQL to store the content. The rationale is that MySQL is a good persistent storage solution, and I can join data with other ta
When I create a query like something&fl=content in solr/browse the \"&\" and \"=\" in URL converted to %26 and %3D and no result occurs.How ca开发者_StackOverflow社区n I solve this problem?