Re: Multivalued Fields queries for Occurences.

2017-01-24 Thread slee
Anyone? -- View this message in context: http://lucene.472066.n3.nabble.com/Multivalued-Fields-queries-for-Occurences-tp4315482p4315580.html Sent from the Solr - User mailing list archive at Nabble.com.

Multivalued Fields queries for Occurences.

2017-01-23 Thread slee
Hi Everyone, Assume we have the following documents stored, where animals is a multivalued fields.. someGuid1 cats dogs wolf someGuid2 cats cats wolf

Filter response for lukerequest handler [SOLR 6.1.0]

2016-10-14 Thread slee
I have read the following documentation outline here: LukeRequestHandler The response always comes back as: What I want is just to have the response output as followed: I have a use-case where I have well over 100 dynamic fields, which could

Viewing the Cache Stats [SOLR 6.1.0]

2016-09-24 Thread slee
I'm trying to view the Cache Stats. After reading this thread: Cache Stats , I can't seem to find the Statistic page in the SOLR Admin. Should I be installing some plug-in or do some configuration? -- View this message in context:

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

2016-09-23 Thread slee
Erick / Alex, I want to thank you both. Your hints got me understand SOLR a bit better. I ended up with reversewildcard, and it speeds up performance a lot. That's what I'm expecting from SOLR... I also no longer experience the huge memory hog. The only down-side I can think of is, you need to r

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

2016-09-22 Thread slee
Alex, You do have a point with EdgeNGramFilterFactory. As requested, I've attached a sample screenshotfor your review. Erick, Here's my use-case. Assume I have the following term stored in global_Value as such: - executionvenuetype#*

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

2016-09-22 Thread slee
Here's what I have define in my schema: This is what I send in the query (2 values): q=global_Value:*mas+AND+global_Value:*sef&df=text&rows=5&version=2.2&echoParams=explicit&fl=global_Value In addition, memory is taking wa

Performance Issue when querying Multivalued fields [SOLR 6.1.0]

2016-09-21 Thread slee
I've been doing a lot of reading on this forum with regards to performance on multivalued fields, and nothing helps. When I query on singlie fields, the response time is fairly quick (typically < 1sec). However, when I query on multivalued fields, the response is > 2 mins ~ 3 mins. Here's my curre

Re: Solr 6 Configuration - java.net.SocketTimeoutException

2016-08-16 Thread slee
Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-6-Configuration-java-net-SocketTimeoutException-tp4291813p4291935.html Sent from the Solr - User mailing list archive at Nabble.com.