RE: Creating facets based on the content field

2015-03-23 Thread Markus Jelsma
models are crude, so you do need to build models yourself. Tedious, but more fruitful than any shortcut available to my knowledge. M. -Original message- > From:Erick Erickson > Sent: Tuesday 24th March 2015 0:50 > To: solr-user@lucene.apache.org > Subject: Re: Creating fac

Re: Creating facets based on the content field

2015-03-23 Thread Erick Erickson
gically" created a facet list for me. >>> >>> But thanks for your suggestions. >>> >>> >>> >>> - Mail original - >>> De: "Charlie Hull" >>> À: solr-user@lucene.apache.org >>> Envoyé: Lundi 23 Mars 2

Re: Creating facets based on the content field

2015-03-23 Thread Philippe de Rochambeau
for your suggestions. >> >> >> >> - Mail original - >> De: "Charlie Hull" >> À: solr-user@lucene.apache.org >> Envoyé: Lundi 23 Mars 2015 17:26:18 >> Objet: Re: Creating facets based on the content field >> >>> On 23/03/2

Re: Creating facets based on the content field

2015-03-23 Thread Erick Erickson
; > But thanks for your suggestions. > > > > - Mail original - > De: "Charlie Hull" > À: solr-user@lucene.apache.org > Envoyé: Lundi 23 Mars 2015 17:26:18 > Objet: Re: Creating facets based on the content field > > On 23/03/2015 16:08, phi...@free.

Re: Creating facets based on the content field

2015-03-23 Thread phiroc
nvoyé: Lundi 23 Mars 2015 17:26:18 Objet: Re: Creating facets based on the content field On 23/03/2015 16:08, phi...@free.fr wrote: > Let's say that one pdf has the following contents: Aren't you thinking of Named Entity Recognition? We've used Stanford NLP for this in the past

Re: Creating facets based on the content field

2015-03-23 Thread phiroc
I reindexed the PDFs without specifying facets and they "magically" appeared in facets.vm! Many thanks! - Mail original - De: "Alexandre Rafalovitch" À: "solr-user" Envoyé: Lundi 23 Mars 2015 17:23:40 Objet: Re: Creating facets based on the conte

Re: Creating facets based on the content field

2015-03-23 Thread Charlie Hull
im and a "Gandhi" facet is missing from sorlconfig.xml. Is there a way to dynamically generate a list of facets based on words contained in the content field? Cheers, Philippe - Mail original - De: "Erik Hatcher" À: solr-user@lucene.apache.org Envoyé: Lundi

Re: Creating facets based on the content field

2015-03-23 Thread Alexandre Rafalovitch
instein" facet is > therefore useless to him and a "Gandhi" facet is missing from sorlconfig.xml. > > Is there a way to dynamically generate a list of facets based on words > contained in the content field? > > Cheers, > > Philippe > > > > > >

Re: Creating facets based on the content field

2015-03-23 Thread phiroc
on words contained in the content field? Cheers, Philippe - Mail original - De: "Erik Hatcher" À: solr-user@lucene.apache.org Envoyé: Lundi 23 Mars 2015 16:30:49 Objet: Re: Creating facets based on the content field Philippe - can you provide a concrete example of w

Re: Creating facets based on the content field

2015-03-23 Thread Erik Hatcher
Philippe - can you provide a concrete example of what you mean by creating facets on field’s content? Or maybe rather, what’s missing from doing &facet.field=content currently? Erik > On Mar 23, 2015, at 10:48 AM, phi...@free.fr wrote: > > Hello, > > let's sa

Creating facets based on the content field

2015-03-23 Thread phiroc
Hello, let's say that you haved indexed hundreds of PDFs using the following curl command: curl -Ss -X POST 'http://mysolr:8990/solr/core0/update/extract?extractFormat=text&wt=json&literal.url=/path/to/the/pdf.pdf"; The PDF's contents are now stored in core0's "content" field. I wonder how yo

Re: Creating Facets

2009-12-01 Thread Lance Norskog
Also, facet values are pulled from the indexed terms rather than the stored source fields. This means that if you want to facet on a field, that field has to be declared 'indexed="true"' in schema.xml. On Thu, Nov 26, 2009 at 8:40 AM, dipti khullar wrote: > Examples can be found out at: > http://

Re: Creating Facets

2009-11-26 Thread dipti khullar
Examples can be found out at: http://www.lucidimagination.com/Community/Hear-from-the-Experts/Articles/Faceted-Search-Solr Simple configuration works with setting facet=true&facet.field=xyz Thanks Dipti On Wed, Nov 25, 2009 at 3:29 AM, Lance Norskog wrote: > There is nothing special to configu

Re: Creating Facets

2009-11-24 Thread Lance Norskog
There is nothing special to configure. All facet processing happens during processing the query. On Tue, Nov 24, 2009 at 9:56 AM, Tommy Molto wrote: > People, > > I look in the solr wiki and only found about the use of the fecets, not how > to configure it in the schema or solrconfig. Any tip how

Creating Facets

2009-11-24 Thread Tommy Molto
People, I look in the solr wiki and only found about the use of the fecets, not how to configure it in the schema or solrconfig. Any tip how to do it? Att,