I am getting collection timeout error while creating collection on Solr
Cloud. Below is the error.
> org.apache.solr.common.SolrException: createcollection the collection
time out:180s
at
org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:252)
at
org.apache.s
Hi,
Are there any non-English mailing lists for Solr Users?
I know there is Thai language one:
https://groups.google.com/forum/#!forum/solr-user-thailand .
What about others, like Japanese or German or Russian?
Regards,
Alex.
Sign up for my Solr resources newsletter at http://www.solr-
Michael, i tried your idea of implementing own cursor in solr 4.6.1 itself
but some how that testcase was taking huge time.
Then i tried Cursor approach by upgrading solr to 4.10.3. With that got
better results. For Setup 2 now time reduced from
114 minutes to 18 minutes but still little far from S
Hi,
inytapdf0 is the target core ?
No typo in these path ?
instanceDir:/archives/solr/example/solr/indexapdf0/
dataDir:/archives/indexpdf0/data/
indexpdf0 instead of indexapdf0 for dataDir ?
Dominique
2015-01-15 15:21 GMT+01:00 :
> I duplicated an exist core, deleted the data directory and
>
I am using Solr 4.2
In the ressults set we are getting documents with the same field value.
Is it possible to indicate in the query that we need results with distinct
value of this field?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Distinct-Results-from-Solr-Query-tp4180
In other words I need to pick only one document per the field value.
Say I have a filed cat_id. For each value of this filed returned I need to
return only 1 document and I do not care which one.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Distinct-Results-from-Solr-Q
I think this sounds like grouping results by field?
You should enable groups by adding &group=true&group.field=YOURFIELD to test
this feature.
For each unique value of the field specified in group.field, Solr returns a
docList with the *top scoring document*. In the docList you can see the total
Unfortunately grouping will not work here since my field is multi-valued.
So I need another solution.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Distinct-Results-from-Solr-Query-tp4180471p4180499.html
Sent from the Solr - User mailing list archive at Nabble.com.
I am investigating possible modifications to the CollapsingQParserPlugin that
will allow me to collapse documents based on multiple fields. In a quick
test I was able to make this happen with two fields, so I assume I can
expand that to N fields.
What I'm missing now is the extra data I need per
Sounds like you need to develop your own post filter collector. In this
collector you can get value for your field cat_id by document id, store it in
collection and filter out documents which values are presented in this
collection. It similar with
http://lucidworks.com/blog/custom-security-fi
You may want to take a look at the AnalyticsQuery:
http://heliosearch.org/custom-analytics-engine/
This is an extension to the PostFIlter API that gives you direct access to
the ResponseBuilder.
Joel Bernstein
Search Engineer at Heliosearch
On Mon, Jan 19, 2015 at 4:28 PM, tedsolr wrote:
> I a
Here is actually the a more useful link for understanding how the
AnalyticsQuery works:
http://heliosearch.org/solrs-new-analyticsquery-api/
Joel Bernstein
Search Engineer at Heliosearch
On Mon, Jan 19, 2015 at 4:57 PM, Joel Bernstein wrote:
> You may want to take a look at the AnalyticsQuery:
Hi,
There's no mailing lists in Japan as far as I know. A Google group seems to
be not used any more.
(Other than mailing lists, there are user meetups in Tokyo.)
Thanks,
Tomoko
2015-01-19 21:39 GMT+09:00 Alexandre Rafalovitch :
> Hi,
>
> Are there any non-English mailing lists for Solr Users?
> There's no mailing lists in Japan as far as I know. A Google group seems
> to
> be not used any more.
> (Other than mailing lists, there are user meetups in Tokyo.)
>
> Thanks,
> Tomoko
>
>
> 2015-01-19 21:39 GMT+09:00 Alexandre Rafalovitch :
>
>> Hi,
>>
>> Are there any non-English mailing list
Hi List,
My SOLR instance is setup to index PST files with DIH, TikaEntityProcessor and
OutlookPSTParser. After running import, I can see that the index contains the
top level information of the PST file (e.g. unique id of each message, header,
PST file size) but the messages themselves are mis
Hi,
I have asked a question on Stackoverflow:
http://stackoverflow.com/questions/28036051/solr-newly-observed-facets
I searched the mailing list and found that not many reply there. So asking
the same question here:
have two fields in my solr index data: "userName" and "startTimeISO" along
with
At first impression, everything seems ok.
Anyway, is the startTimeISO single-value or multivalued field? In case it
is single-value the clause startTimeISO:["2015-01-19T00:
00:00.000Z" TO "2015-01-20T00:00:00.000Z"]" is sufficient to exclude other
period of time. I also guess that the startTimeISO
Hi,
I am working on solr 4.10.2. I have been trapped into
the *performance
issue* where I have indexed 600MB data on 4 shards with single replicas
each. I have defined 2 fields (ngram and frequency). I have removed ID
field and replaced it with ngram field. Therefore, Search perfor
yes. Fieldtype for startTimeISO is date.
My issue is I need to find out all the "newly observed" usernames for a
given day.
So, for today, If I am saying that username "xyz" is newly observed, then
it means that this username "xyz" was not present in the last 30 days data
and it was only observed t
19 matches
Mail list logo