xml - Where to store schema in Apache Solr? -
Early Learning How To Use Apache Solr Using the "Indexing Data" section tutorial.
I am unable to index Apache Solar as my "custom made XML files". However, there is no problem indexing example xml files that come with Apache solar distribution package. I'm new to XML and so I only know about the concept of XML schema.
How to post my custom file? Where is Apache Solar Store Xml Schemas?
Any help is appreciated. Uses to create Solar Documents You can not send only an XML document to Solar and it can expect to parse it.
But you can use the disk to read XML files and map specific areas. For example, there is an example in solar distribution - DIH (RSS example).
The RSS loads content from the example url. To load from the file, see from my book.
Comments
Post a Comment