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 hierarchal facets
which helped in the generating the right query but having an issue
using the built in text field which ignores our delimiter and the
string field which prevents us from doing a start with search. Does
anyone have any insight into the field declaration?
Any help is appreciated. Thank you.
Out of need in my project, I'll get started to work for SOLR-64,
expected any day.
I'm thinking introducing a field type for hierarchical facet.
Koji