Hello, My team has been working with SOLR for the last 2 years. We have two main indices:
1. documents -index and store main text -one record for each document 2. places (all of the geospatial places found in the documents above) -index but don't store main text -one record for each place. could have thousands in a single document but the ratio has seemed to come out to 6:1 places to documents We have several tools that query the above indices. One is just a standard search tool that returns documents filtered on keyword, temporal, and geospatial filters. Another is a geospatial tool that queries the places collection. We now have a requirement to provide document highlighting when querying in the geospatial tool. Does anyone have any suggestions/prior experience on how they would set up two collections that are essentially different "views" of the data? Also any tips on how to ensure that these two collections are "in sync" (meaning any documents indexed into the documents collection are also properly indexed in places)? Thanks alot, Jimmy Lin