Hi;

When I check my documents I see an example: "meta_keywords". It should
work. You may have a problem with Nutch side. Here is a link for it:
http://wiki.apache.org/nutch/IndexMetatags On the other hand dynamic fields
at Solr is explained here:
https://cwiki.apache.org/confluence/display/solr/Dynamic+Fields

Thanks;
Furkan KAMACI


2014-03-13 20:02 GMT+02:00 Shanaka Jayasundera <shana...@gmail.com>:

> Hi Furkan,
>
> Thanka, I ve checked only with dynamic field as well, have you done any
> other configuration changes to get it working?
>
> Can you give me some of examples for your meta tags ex metatag.keywords ?
>
> Tx,Shanaka
>
> On Thursday, 13 March 2014, Furkan KAMACI <furkankam...@gmail.com> wrote:
>
> > Hi;
> >
> > I use Nutch and Solr to index meta tags. When you declare that:
> >
> > <dynamicField name="meta_*" type="string" stored="true" indexed="true"/>
> >
> > It should work. However I have a question. You have that field for copy:
> >
> > metatag.keywords
> >
> > but your dynamic field is
> >
> > meta*_**
> >
> > I mean it should have underscore after meta. It may be wrong for you?
> >
> > Thanks;
> > Furkan KAMACI
> >
> >
> > 2014-03-13 16:09 GMT+02:00 Shanaka Jayasundera <shana...@gmail.com
> <javascript:;>
> > >:
> >
> > > Hello Team,
> > >
> > > I am trying to index meta data of html pages, my setup is Nutch 2.2.1
> and
> > > Solr 4.7.0
> > >
> > > I can confirm Nutch is parsing meta tags and feed data to index on
> Solr.
> > > But I am unable to see meta tags when I query data.
> > >
> > > schema.xml configuration I've done,
> > >
> > > To accept indexing meta tags I've define dynamic filed on solr,
> > schema.xml
> > > as follows,
> > > <dynamicField name="meta_*" type="string" stored="true"
> indexed="true"/>
> > >
> > >
> > > Probably, mata tags are getting indexing on Solr but not available for
> > > querying, Is there any way to check/debug  meta tags are actually
> indexed
> > > on Solr or not ?
> > > Please note that only search field is default text and I've tried with
> > copy
> > > field as bellow but no luck
> > >
> > > <copyField source="meta_*" dest="text"/> also
> > > <copyField source="metatag.keywords" dest="text"/> since
> metatag.keywords
> > > is one of the meta tag extracted from nutch.
> > >
> > > Appreciate community help on this. Thanks
> > >
> > > Shanaka
> > >
> >
>

Reply via email to