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
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
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+
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
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
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
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,
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.
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