Normally my app was located here at : /data/Site/current/ but now it\'s: /data/Site2/current/ I tried to script/console into it, and reindex, and received the following error which lead me to beli
According to the Apache Solr documentation on facets, I can use keys because: \'This can be helpful when faceting on the same field multiple times with different exclusions.\'
The question is simple - we have a sample / test Solr app running that only responds with XML right now. Is there an easy way to change that output to HTML? Running Tom开发者_Go百科cat as the app serv
I want to index some articles and show the paragraph number in the search result. So I guess the solr schema should looks like this:
I implement search engine with solr that import minimal 2 million doc per day. User must can search on imported doc ASAP (near real-time).
I want to deploy the solr.war to jboss se开发者_JS百科rver. Please provide me the steps for this.
I\'m using this plugin to allow spatial queries in Solr. I have followed the steps included in the documentation and I\'ve got the spatial queries working fine.
I have recenlty stumbled into Zend Lucene port of Lucene project. I have a little bit experience with SOLR so I would like to know what is the difference between two of them especially from performanc
We are currently working on a proof-of-concept for a client using Solr and have been able to configure all the features they want except the scoring.
I want to 开发者_StackOverflowfilter a property within a range, but items that does not have the property should come last in the result. My solution was to set it to -1 if the property was not set.