The files I want to do indexing is stored on the server(I don't need to crawl). /path/to/files/
the sample HTML file is
title of the article
Length: 13 to 15 feet
Height to Top of Head: up to 18 feet
Weight: 1,200 to 4,300 pounds
Diet: leaves and branches of trees
Number of Young: 1
Home: Sahara
I have added the request handler in solrconfing.xml file.
/path/to/data-config.xml
My data-config.xml is look like this
I have kept the default schema.xml file and added the following piece of code to schema.xml file.
assetid
when I tried to do the full import after setting it up it shows that all html files fetched. But when I search in SOLR it didn't show me any result. Anyone have idea what could be possible cause?
My understanding is all the files fetched correctly but not indexed in SOLR. Does anyone know how can I indexed those meta tags and content of the HTML file in SOLR?
your reply will be appreciated.