I read a bit "Lucene in action" with a lot of nice example and was very
optimistic to use solr, but i was really disappointed when I was looking for
documentation for solr - even the javadoc is very poor, no explanation of
the framework, about why there are so many different classes with similar
n
I have the same problem, also need to plugin my "customComparator", but as
there is no explanation of the framework, how a RequestHandler is working,
what comes in, what comes out ... just impossible!
Can someone explain where i have to add which code, to just have the same
functionality as the S
Thanks Erik, that helped me a lot ...
but still have somthing, i am not sure about:
If i am using a custom sort - like the DistanceComparator example described
in "oh" your book - and i debugged the code and seem to understand that
the the distances-array is created for all indexed documents - n
lugin and QParser, and configure it
> into solrconfig.xml and should be good to go. Subclassing existing
> classes, this should only be a handful of lines of code to do.
>
> Erik
>
>
> On Dec 16, 2008, at 3:54 AM, psyron wrote:
>
>>
>> I have the sam