In Solr (3.3), is it possible to make a field letter-by-letter searchable through a EdgeNGramFilterFactory and also sensitive to phrase queries?
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
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.
Can we get highlighter to replace origina开发者_StackOverflow社区l document field instead of creating new segment for highlighting?
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;
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
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
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
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.
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