No query fields MATCH weight info for a doc in debug?

2015-07-11 Thread Derek Poh
Hi I came across a document that does not has the query field MATCH weight information in the debugbut the query fields do have the search term in them. What can cause this? Here is some info of the document. Search keyword is "LED" The search fields and their values, P_CatConcatKeyword = E

Re: Auto-suggest in Solr

2015-07-11 Thread Walter Underwood
Thanks, this is very helpful. Suggester config is quite under documented. It took me longer than I expected to get it working. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) On Jul 10, 2015, at 6:30 PM, Alessandro Benedetti wrote: > Hi guys, > just

Re: Planning Solr migration to production: clean and autoSoftCommit

2015-07-11 Thread Erick Erickson
I'll leave the DIH question to someone who knows more about it than I do. You're right though, somehow you have to know when you're done. Although a very quick google search shows the "status" command, have you tried that? https://cwiki.apache.org/confluence/display/solr/Uploading+Structured+Data+

Re: Auto-suggest in Solr

2015-07-11 Thread Erick Erickson
Cool! I've bookmarked it, much more thorough Erick On Sat, Jul 11, 2015 at 8:13 AM, Walter Underwood wrote: > Thanks, this is very helpful. > > Suggester config is quite under documented. It took me longer than I expected > to get it working. > > wunder > Walter Underwood > wun...@wunderwoo

How to get SortedDocValues in lucene-5.2.1

2015-07-11 Thread Nickolay41189
In lucene-4.10.1 for to get *SortedDocValues *I used this code: SolrIndexSearcher searcher = request.getSearcher(); AtomicReader reader = searcher.getAtomicReader(); SortedDocValues sourceIndex = FieldCache.DEFAULT.getTermsIndex(reader, fieldName); It worked fine, but now I don't understand what

Re: How to get SortedDocValues in lucene-5.2.1

2015-07-11 Thread Mikhail Khludnev
you can call getSortedDocValues() right from reader On Sat, Jul 11, 2015 at 10:18 PM, Nickolay41189 wrote: > In lucene-4.10.1 for to get *SortedDocValues *I used this code: > > SolrIndexSearcher searcher = request.getSearcher(); > AtomicReader reader = searcher.getAtomicReader(); > SortedDocValu

Re: How to get SortedDocValues in lucene-5.2.1

2015-07-11 Thread Mikhail Khludnev
that's how dig guys do it https://github.com/apache/lucene-solr/blob/trunk/solr/core/src/java/org/apache/solr/request/DocValuesFacets.java#L77 On Sat, Jul 11, 2015 at 11:12 PM, Mikhail Khludnev < mkhlud...@griddynamics.com> wrote: > you can call getSortedDocValues() right from reader > > On Sat,

Re: How to get SortedDocValues in lucene-5.2.1

2015-07-11 Thread Nickolay41189
But what about using cache? In my old code I used it. I need the same functionality. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-get-SortedDocValues-in-lucene-5-2-1-tp4216858p4216869.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr cloud error during document ingestion

2015-07-11 Thread Tarala, Magesh
I'm using 4.10.2 in a 3 node solr cloud setup I have a collection with 3 shards and 2 replicas each. I'm ingesting solr documents via solrj. While ingesting the documents, I get the following error: 264147944 [updateExecutor-1-thread-268] ERROR org.apache.solr.update.StreamingSolrServers ? erro