Re: Custom Sorting

2009-02-27 Thread psyron
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 same problem, also need to plugin my customComparator, but as there is no explanation of the framework

Re: Custom Sorting

2009-02-03 Thread psyron
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 -

Re: Documentation?

2008-12-16 Thread psyron
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

Re: Custom Sorting

2008-12-16 Thread psyron
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