Hi,
I am working on using term vector component with solr 4.2.1. If I use solr in a
multicore environment, then I am getting a Null Pointer exception. However, if
I use single core as is mentioned at :-
http://wiki.apache.org/solr/TermVectorComponent
then I do not get any exception. However, t
Hi,
I am using Solr 4.5.1. and I am planning to use docValues attribute for a
string type. The values in that field change only once a day. I would like to
only group on that field. At the following link :-
http://searchhub.org/2013/04/02/fun-with-docvalues-in-solr-4-2/
it is mentioned that "F
Hi,
I am using Solr 4.2.1. I have a couple of questions regarding using leading and
trailing wildcards with phrase queries and doing positional ordering.
* I have a field called text which is defined as the text_general field.
I downloaded the ComplexPhraseQuery plugin
(https://issues.ap