If this was done after you indexed your content then you will need to reindex all of your content to make this field searchable in your solr index.
On Mon, Jan 16, 2012 at 5:31 AM, Vijith <[email protected]> wrote: > Hi Lewis, > > Ya it was when I added a field like - > <field dest="keywords" source="keywords"/> > in the solr-mapping.xml, the "keywords" field got indexed. > > And I have updated the schema.xml with this - > <field name="keywords" type="string" stored="true" indexed="true"/> > > I thought any field that got indexed should be searchable. Is that true. > > I have the following added to the html page - > <meta name="keywords" content="plugin" /> > > So I believe giving a query for 'plugin' should give me this page in > results. (the page content is nothing related to plugins) > Please correct me if I am wrong. > > > On Fri, Jan 13, 2012 at 6:09 PM, Lewis John Mcgibbney > <[email protected]> wrote: > > > > I haven't been working on this, but how does your schema configure these > > fields? Have you configured it to store and index the new metadata > > field(s)? Also you may wish to set it to some kind of custom setting via > > conf/solr-mapping.xml > > > > Only thoughts so please ignore if out of context. > > > > Lewis > > > > On Fri, Jan 13, 2012 at 6:44 AM, Vijith <[email protected]> wrote: > > > > > Tried it once again... now "keywords" field is showing up in the index > > > (from Luke) but not searchable using solr.. > > > any thing I should do to make it searchable ??? Im using Nutch 1.4... > > > > > > > > > -- > > > *Thanks & Regards* > > > * > > > * > > > *Vijith V* > > > > > > > > > > > -- > > *Lewis* > > > > > -- > Thanks & Regards > > Vijith V > -- *Lewis*

