I currently doing a POC with SOLR 6 on my windows 7, with 16GB ram.
Successfully imported 16 million of documents from SQL Server, where one of
the SQL column is an XML.
Whenever I query on the XML datatype (In solr, it's a text field), I keep
getting SocketTimeoutException if the /select query goe
We currently have a Microsoft SQL table with a XML datatype. We use DIH to
import the XML Content as is, that is not using the XPathEntityProcessor.
If the elements of the XML content is known, XPathEntity make sense. Could
someone kindly suggest the right way of handling such scenario, without
imp
specific Solr fields, I don't think you'll be
> able to do that without writing some specific code to
> parse the XML, explore it and "do the right thing" with it
> which will probably involve SolrJ, an XML parser and
> some programming.
>
> Best,
> Erick
&
I did 3 sets of query as followed:
- multi-value field only : slow
- single field value: fast
- multi-value and single field combine: slow
So yes, the difference is base on which field you search against. I'm
experiencing the same issue described here:
http://stackoverflow.com/questions/297451