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 searc
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
the warning symbol. I recommend that you calculate the distance yourself 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
you demonstrate the bug against the example data? If so, 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&
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 3.3