Re: MultiSearcher/ParallelSearcher - searching over multiple cores?

2011-08-04 Thread Ralf Musick
Hi Erik, I have several types with different properties, but they are supposed to be combined to one search. Imagine a book with property title and a journal with property name. (the types in my project have of course more complex properties.) So I created a new core with combined

MultiSearcher/ParallelSearcher - searching over multiple cores?

2011-08-02 Thread Ralf Musick
Hi *, I searched the web for an answer whether it is possible in SOLR to make a query over several cores with all features(boosting, pagination, highlighting) and so on out of the box. In Lucene it it possible with MultiSearcher/Parallelsearcher. I do not mean Distributed Search or merging

Spatial Search and Highlighting

2011-08-01 Thread Ralf Musick
Hi, I combined a spatial distance search with a fulltext search as described in http://wiki.apache.org/solr/SpatialSearch#geodist_-_The_distance_function . I'm using solr 3.3 and that works fine. BUT, I want to use highlighting of fulltext query words but that does not work. Before solr

Re: Spatial Search and Highlighting

2011-08-01 Thread Ralf Musick
, provide the URL please. ~ David On Aug 1, 2011, at 4:00 PM, Ralf Musick wrote: Hi, I combined a spatial distance search with a fulltext search as described in http://wiki.apache.org/solr/SpatialSearch#geodist_-_The_distance_function . I'm using solr 3.3 and that works fine. BUT, I want to use

Re: Spatial Search and Highlighting

2011-08-01 Thread Ralf Musick
since Solr 4.0 isn't out yet. There is plenty of information on the web on how to calculate the distance between two lat-lon points using the Haversine algorithm. ~ David On Aug 1, 2011, at 5:00 PM, Ralf Musick wrote: Hi David, an example is: http://localhost:8983/solr/browse?indent=onhl