On Mon, May 4, 2009 at 5:28 PM, Nasseam Elkarra wrote:
> Hello Koji,
>
> I applied the patch:
> http://issues.apache.org/jira/browse/SOLR-64
>
> It's working but I have a question about facet.prefix. When we add a
> facet.prefix it filters the facet results but not the query results. Is
> there a
Hello Koji,
I applied the patch:
http://issues.apache.org/jira/browse/SOLR-64
It's working but I have a question about facet.prefix. When we add a
facet.prefix it filters the facet results but not the query results.
Is there a way to filter both?
Thank you,
Nasseam
On Apr 14, 2009, at 3:
Thank you. We tried your suggestion but we are still getting the
following problem:
multiValued="true"/>
Sample data:
level one;level two;level three;
level one;level two;level threeB;
When we query for:
level one;level two;level three;*
We are getting back :
l
: level one#
: level one#level two#
: level one#level two#level three#
:
: Trying to find the right combination of field type and query to get the
: desired results. Saw some previous posts about hierarchal facets which helped
: in the generating the right query but having an issue using the buil
Nasseam Elkarra wrote:
Background:
Set up a system for hierarchal categories using the following scheme:
level one#
level one#level two#
level one#level two#level three#
Trying to find the right combination of field type and query to get
the desired results. Saw some previous posts about hierar