Solr 6 Configuration - java.net.SocketTimeoutException

2016-08-15 Thread Stan Lee
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

What's the best practices for indexing XML Content with dynamic XML Elements (SOLR 6.1) ?

2016-08-16 Thread Stan Lee
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

Re: What's the best practices for indexing XML Content with dynamic XML Elements (SOLR 6.1) ?

2016-08-16 Thread Stan Lee
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 &

Re: Performance Issue when querying Multivalued fields [SOLR 6.1.0]

2016-09-21 Thread Stan Lee
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