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
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
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
;
> 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.
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
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
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
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
>
>
>
>
>
>
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
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
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
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://
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
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
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,
15 matches
Mail list logo