Hello,

Please find my thoughts below.

On Wed, Jan 4, 2012 at 12:39 AM, Maxim Veksler <ma...@vekslers.org> wrote:
>
> Hello,
>
> I've started to evaluate Solr and so far haven't seen anything mentions for
> support of compound indexes.

If I get you right, it doesn't. AFAIK It combines separate indexes
basing on the condensed internal ids aka docNums

>
> I'm looking to either radius or share based geospatial proximity queries
> (find all document that are 20km from given lat,lng)

http://wiki.apache.org/solr/SpatialSearch#geofilt_-_The_distance_filter
consider https://issues.apache.org/jira/browse/SOLR-2155 if you are
dealing with multivalue coordinates.

> I would also at times be doing geo queries bonded with another term (for
> ex. "house rooms" = 5).

just add separate ...&fq=H_ROOMS:5&...
http://wiki.apache.org/solr/CommonQueryParameters#fq

>
>
> My aim is to do very fast queries against the indexed data. I have no real
> constraints on the time it would take to build this index.
>
> Does Solr support building and index on the 2 types of fields lat,lng &
> "house rooms" ?
Sure. It sounds like intersecting fqs.

Please let me know if it works for you.

>
>
> Thank you,
> Maxim.




--
Sincerely yours
Mikhail Khludnev
Lucid Certified
Apache Lucene/Solr Developer
Grid Dynamics

Reply via email to