I\'ve got a question about the possibility to creat开发者_StackOverflow中文版e nested fields in solr.
I\' using lucene with solr to index some documents (news). Those documents also have an HEADLINE. Now I try to make an facet search over the HEADLINE field to find the terms with the highest count.
I am trying to find the facet count for a particular field in my Solr Implementation. I was wondering if there is a way to get facet counts for only a few specific words in that field?
I am planning on setting up a filter system (refine y开发者_如何学编程our search) in my ecommerce stores. You can see an example here: http://www.bettymills.com/shop/product/find/Air+and+HVAC+Filters
The application I work on use Solr to index pages or products of different stores. When I say \"products of different stores\", it means that a product can be available in store A or store B, but not
I am developing a classifieds website similar to Quickr.com. The main problem is that each category requires a different set of properties. For example, for a mobile phone the attributes might be Man
A recent task I have to figure out, gives me some hard time thinking about it, so I decided to share it with you guys :)
I am looking for suggestions and working sample for implementing Faceted 开发者_开发问答Search using Spring MVC and Hibernate Search.What exactly are you looking for? The Hibernate Search documentatio
if have the problem to execute multiple Solr queries at ones with the same phrase but for different timeranges.
I have been trying to perform a query on a field that is configured to be solr.PathHierarchyTokenizerFactory, but the query just returns all records. It seems that doing a facet query is just not work