solr
How do you tie UIMA to SOLR Dataimporthandler?
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,[详细]
2023-04-08 19:24 分类:问答Filter language in solr
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?[详细]
2023-04-08 19:09 分类:问答returning fuzzy match percentage in solr query result
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.[详细]
2023-04-08 17:53 分类:问答Solr not loading a custom filter
I have written a custom KeepWord filter factory and have put the resultant jar under solr/lib directory.[详细]
2023-04-08 15:35 分类:问答Sunspot Solr in production
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[详细]
2023-04-08 13:42 分类:问答Sorting by custom score in Solr does not sort consistently
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[详细]
2023-04-08 05:23 分类:问答Magento SOLR doesn't return results
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.[详细]
2023-04-08 04:45 分类:问答How to use Solr DataImportHandler with XML Files?
I\'m researching using DataImportHan开发者_StackOverflow中文版dler to import my data files utilizing[详细]
2023-04-08 02:19 分类:问答solr filter or tokenizer to make combinations of words
I\'m trying to implement a reasonable name suggest feature using a series of filters. At the moment I have[详细]
2023-04-08 01:02 分类:问答What is the most optimized/shortest JSON structure I can use to submit multiple records to SOLR
Is this JSON legal to add documents to SOLR? { \"add\": [{\"doc\": {\"id\" : \"TestDoc1\", \"ti开发者_高级运维tle\" : \"test1\"} },[详细]
2023-04-08 00:33 分类:问答