We\'ve been doing some tests with Apache UIMA. The results are amazing! Our ideal set up would be a tight integration of UIMA with SOLR. Ideally, we like to pass all the content we index past UIMA,
I indexedGerman and English docs with solr and i want to some a开发者_如何学Cbility to search just inside German docs or English docs,How to configure this?
I\'ve implemented solr/lucene fuzzy match for my system and its working perfectly. I have requirement to display percentage fuzzy match after query sends response back.
I have written a custom KeepWord filter factory and have put the resultant jar under solr/lib directory.
I have need to deploy my app to production now that uses sunspot for search. I see some sources saying not to run the sunspot solr instance in production but to setup on tomcat, but others have said
I assign a custom \"popularity\" score for each document in my Solr database. I want search results to be ordered by this custom \"score\" field rather than the built-in relevancy score that is the de
I am trying to integrate SOLR with Magento on my development machine. We are upgrading Magento and I 开发者_StackOverflow社区want to test if SOLR is working as well.
I\'m researching using DataImportHan开发者_StackOverflow中文版dler to import my data files utilizing
I\'m trying to implement a reasonable name suggest feature using a series of filters. At the moment I have
Is this JSON legal to add documents to SOLR? { \"add\": [{\"doc\": {\"id\" : \"TestDoc1\", \"ti开发者_高级运维tle\" : \"test1\"} },