Hi I don't think it's possible, not with the default configuration. The problem is that drill-down terms are created with a default delimiter, which is \u001F, and you can't really type that character.
One way is to override FacetIndexingParams.getFacetDelimChar() to return a human readable character that you can manually type. E.g. if your application's facets don't use the character '/' in the hierarchy, you can use it. You should then be able to search for $facets:A/B from Luke, but make sure $facets field is not analyzed during search, as well as categories are typed with their original casing. Shai On Wed, May 1, 2013 at 12:57 PM, Nicola Buso <nb...@ebi.ac.uk> wrote: > Hi all, > > I think somebody already did this question in the mailing list, but I > can't find it. > > Is possible to execute a search with facets in luke? then use the > $facets field in searches? > > > Nicola. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > >