I have just configured nutch and solr to successfully crawl and index text on a web site, by following the geting started tutorials. Now I am trying to make a search page by modifying the example velo
I want to find all the documents that开发者_如何学运维 is similar to a specific document within solr. How to i do this in solr? I have looked i the documentation and it only explains how to find docum
I\'d like to display the top 5 results from diffe开发者_高级运维rent content types stored in Solr. Is it possible to group by a defined field and limit each group to a number of results, similarly to
I have a setup in which I have two indexes in solr: product_code and title. product_code uses a StrField and title uses a TextField with DoubleMetaphone.
We need control of the data in the production solr index and we need it to be compatible with new development. Ideally, we\'d like to mock the index on local machines, query with it solr and write uni
I am getting this error when i am trying to index a table from database on sql server: SEVERE: Exception while processing: APPLICATION document : SolrInputDocument[{}]:org.apache.solr.handler.dataimp
I just got haystack with solr installed and created a custom view: from haystack.query im开发者_如何学Pythonport SearchQuerySet
I am trying to index some PDF documents and then create a Search UI . This que开发者_Go百科stion is somewhat related to
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th
I just installed Solr and Haystack for a Django project I\'m working on. Following this Haystack tutorial I cr开发者_JS百科eated a schema.xml but I\'m not sure where to place it in the Solr installati