Re: Solr - facet fields that contain other facet fields

2015-12-31 Thread Kevin Lopez
solr/5_0_0/changes/Changes.html#v5.0.0.upgrading_from_solr_4.x 5. https://gist.github.com/erikhatcher/50e653c1c09abb68e068 One issue I see is that I would like to highlight the selected terms in the document. Currently I am using the positions of the term vectors, and overlaying it onto the c

Re: Solr - facet fields that contain other facet fields

2015-12-29 Thread Kevin Lopez
t necessarily"=field:certainly > etc. > > Best, > Erick > > > On Mon, Dec 28, 2015 at 9:13 AM, Binoy Dalal <binoydala...@gmail.com> > wrote: > > 1) When faceting use field of type string. That'll rid you of your > > tokenization problems. > > Alt

Solr - facet fields that contain other facet fields

2015-12-28 Thread Kevin Lopez
*What I am trying to accomplish: * Generate a facet based on the documents uploaded and a text file containing terms from a domain/ontology such that a facet is shown if a term is in the text file and in a document (key phrase extraction). *The problem:* When I select the facet for the term "*not

Re: Solr - facet fields that contain other facet fields

2015-12-28 Thread Kevin Lopez
? Index into an unanalyzed field and copy into the > analyzed? > > If I remember correctly facets are based off of indexed values so if you > tokenize the field then the facets will be as you are seeing now. > On Dec 28, 2015 9:45 AM, "Kevin Lopez" <kevin.lopez...@gmail.com>