solr
Solr: exact phrase query with a EdgeNGramFilterFactory
In Solr (3.3), is it possible to make a field letter-by-letter searchable through a EdgeNGramFilterFactory and also sensitive to phrase queries?[详细]
2023-04-10 08:08 分类:问答How to constrain/filter More Like This results in Solr?
In Solr, I am wondering if it\'s possible to constrain/filter the \"More Like This\" result set from a standard (dismax) query - e.g., without having to use the specific MoreLikeThis request handler?F[详细]
2023-04-10 07:40 分类:问答Difference between StandardTokenizerFactory and KeywordTokenizerFactory in Solr?
I am new to Solr.I want to know when to use StandardTokenizerFactory and KeywordTokenizerFactory? I read the docs on Apache Wiki, but I am not getting it.[详细]
2023-04-10 05:34 分类:问答Solr hit highlighting
Can we get highlighter to replace origina开发者_StackOverflow社区l document field instead of creating new segment for highlighting?[详细]
2023-04-10 04:27 分类:问答Solr equivalent of SQL BETWEEN for numeric fields
Hoping for some pointers to speed up some (very) slow solr queries in version 3.4.0. I have an index of about 6-million documents.Each document is quite small, and contains two solr.TrieDoubleFields;[详细]
2023-04-10 03:24 分类:问答Memory managment and JVM setting for solr
I have a large Data storage(About 500GB pdf and video files) and my machine have a 4GB of RAM capacity, i want to index these file with solrj API\'s , what is the necessary settingfor solrconfig and J[详细]
2023-04-09 22:06 分类:问答Native way to add SimilarResults to model via SOLRNET
I am using SOLRNET and am using SOLR\'s MoreLikeThis functionality to get similar documents to those that are being returned. My code looks a little something like this (in this case I am doing a look[详细]
2023-04-09 21:21 分类:问答How to unit test on Customer Transformer implementation of Solr
How can I do unit test 开发者_开发百科on Customer Transformer implementation of Solr ? ThanksA starting point would be to check the Transformers test @ http://svn.apache.org/repos/asf/lucene/dev/branc[详细]
2023-04-09 17:05 分类:问答Solr not matching. Threshold setting, or something weird?
I\'m using solr to search for articles. I created 2 test \"body\" sentences which have the common word \"tall\", but there is no match.[详细]
2023-04-09 10:01 分类:问答Change Solr search directory to my custom named index directory
In the /data directory of solr, suppose, I have three folders named as index, custom, spellCheck. So, the problem is when I open up localhost:8983/solr/admin and try to search, solr makes a search onl[详细]
2023-04-09 09:41 分类:问答
加载中,请稍侯......