Hi,
I'm trying to extract all unigram from a collection which stand with the some
mincount limit.
Currently the limit is facet.mincount. but we want to use mincount of distinct
count for a field.
For example:
For collection contains these documents:
ID Field1 content
A A1 Hello
Its sounds interesting, do you have an example? I found the documentation of
this package but didn’t find any example
Thanks,
Maya
-Original Message-
From: Markus Jelsma [mailto:markus.jel...@openindex.io]
Sent: Monday, January 25, 2016 14:53
To: solr-user@lucene.apache.org
Subject: RE:
Hello,
Im using Solr to store my clients website content and query them to get
insights. The problem is that I have to translate the query into many languages.
I thought about translate the non-English pages into English using Solr, but I
didn't find any possibility.
Am I missing something?
Does