Good morning all.

I am currently indexing about 11 million records, and would like to add
facating to the results page. I have tweaked the query string to include
facating, but i am not getting anything back.

an Example Query string (slightly modified) is as follows:

http://localhost:8080/solr/select?indent=on&version=2.2&q=*:*&fq=&start=0&rows=10&fl=*%2Cscore&qt=&wt=json&explainOther=&hl.fl=&facet=on&facet.field=Category&facet.field=Warehouse

the Category and Warehouse fields are multivalue fields...

the results i get are as follows:

  "facet_counts":{
    "facet_queries":{},
    "facet_fields":{
      "Category":[],
      "Warehouse":[]},
    "facet_dates":{},
    "facet_ranges":{}}}

the data i am sending in has mutliple values for Category and Warehouse. I
did read that this was not available in Solr 1.3 or 1.4... I am currently
running Solr 3.4, and its not working... Would it work if i went to solr 4,
or am i doing something wrong here?

Thanks in advance.

-- 
Tiernan O'Toole
blog.lotas-smartman.net
www.geekphotographer.com
www.tiernanotoole.ie

Reply via email to