SOLR facet search by prefix with results highlighting
问题 Can I search via facet by prefix with results highlighting? For example I have 2 documents: name = "document1" title = "Simple query" name = "document2" title = "Simple queries" can I searching documents with prefix "quer"? And can I highlight returned results? 回答1: facet.prefix just limits the terms on which to facet to those starting with the given string prefix. This does not effect or change the search results, it simply reduces the facet values returned to those beginning with the