Displaying 2 results from an estimated 2 matches for "stringlistserialiser".
2011 Jun 14
2
Facets with Multiple Values
...iple
values. For example, let's say we have several books and we want an
Author facet where one can filter the books by the author. The problem
is each book can have multiple authors. Is there a way to index
multiple author names into a single value slot for each book?
I see there is a Xapian::StringListSerialiser class that appears to be
what I want, but I don't see this class in the Ruby bindings (I'm
using Xapian 1.2.2). If this is not available in the Ruby bindings,
are there any work-around solutions to this problem?
Ryan
2010 Aug 28
1
Matchspy and faceting
...#39;Barack Obama' (person), 'Tony
Hayward' (person), 'BP' (company), 'Transocean' (company), 'Gulf of
Mexico' (location).
With some advice from Richard Boulton I started looking at using the
Matchspy branch for calculating facet suggestions. I have used the
stringlistserialiser to place a list of all the tags in each taxonomy in
value slots, one per taxonomy, and then a multivaluecountmatchspy on the
search side.
However, I have a few questions.
1.I thought the method on the MVCMS was get_top_values but the class
seems to have the methods top_values_begin and top_val...