Solr and facet search

后端 未结 5 1259
迷失自我
迷失自我 2021-02-03 10:08

Does facet searching come built in when you setup your schema or do you have to do some things to set this up?

Does it basically work out of the box on all the fields th

5条回答
  •  情歌与酒
    2021-02-03 11:01

    Yes, you can facet any indexed field out of the box. However it might not give you the results you expect until you configure faceting fields according to your data types.

    Faceting is enabled and used through the facet.* parameters, not fq. fq is used when the user selects a facet value.

    Some good Solr tutorials:

    • http://lucene.apache.org/solr/tutorial.html
    • http://www.lucidimagination.com/Community/Hear-from-the-Experts/Podcasts-and-Videos/Solr-Tutorial

提交回复
热议问题