Hii,
I have tried two scanarios:
1. I have tried and docValues is not set anything.
2. I have tried and docValues is set true.
#1. You can not search directly that field, but when you apply search in
any other field of that doc, it will show you that field in the result.
You can
Hi
I am aggregating open source solr client libraries across all languages.
Below are the links. Very few projects are currently active. Most of them
are last updated few years back. Please provide me pointers, if i missed
any solr client library.
http://www.findbestopensource.com/tagged/solr-cli
Hi there,
We are using solr-6.3.0 and have the need to replace the solr index in
production with the solr index from another environment on periodical
basis. But the jvms have to be recycled for the updated index to take
effect. Is there any way this can be achieved without restarting the jvms?
U
Dani,
It might be time to attach some instrumentation to one of your nodes.
Finding out which classes are occupying the memory will help narrow the
issue.
Are you using a lot of facets, grouping, or stats during your queries?
Also, when you were doing Master/Slave, was that on the same version of
Hi,
I think the PR is the easiest and better. They are only typos in the
ref-guide.
Thanks!
On Mon, Aug 28, 2017 at 4:45 PM, Erick Erickson
wrote:
> If you're a committer yes. If not, I guess you'd have to create a
> patch or a PR and ask a committer pick it up.
>
> And probably not only master
If you're a committer yes. If not, I guess you'd have to create a
patch or a PR and ask a committer pick it up.
And probably not only master but 7x as well.
Erick
On Mon, Aug 28, 2017 at 1:32 PM, Leonardo Perez Pulido
wrote:
> Hi,
> How is the process to help fix typos in Solr's ref. guide? Can
Hi,
How is the process to help fix typos in Solr's ref. guide? Can I merge it
directly to master?
@Cassandra.
Thanks.
Thanks Björn for the detailed information, just wanted to understand:
When you say separate service for external traffic, does this mean a home
brewed one that proxy solr queries?
And what is the difference between the above and "solr discovery"?
Do you specify pod anti affinity for solr hosts?
Hi,
Yes docValues is true for fieldType
--
View this message in context:
http://lucene.472066.n3.nabble.com/Indexed-false-for-a-field-but-still-able-to-search-on-field-tp4352338p4352442.html
Sent from the Solr - User mailing list archive at Nabble.com.
The issue is, that we lack translations for much of our attribute data. We
do have English versions. The idea is to use the English values for the
faceted values and for the filters, but be able to retrieve different
language versions of the term to the caller.
If we have a facet on color if the va
This appears to have happened for at least one other Apache project
using Apache's Confluence installation:
https://issues.apache.org/jira/browse/INFRA-14971.
You should use the new Ref Guide anyway:
https://lucene.apache.org/solr/guide/post-tool.html. An automatic
redirect from the old location i
Hi,When trying to ingest data into solr, got a lot of zookeeper exceptions and
the load fails :org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /collections/WIP_DWO/state.json
org.apache.solr.common.SolrException: Could not load collection fro
Is docValues enabled (this happens by default in some versions)? I
think I've seen this enable searching on a field.
If that's the root of the problem, let us know since it's trappy and
we should discuss this on the dev list.
Best,
Erick
On Sun, Aug 27, 2017 at 10:58 PM, AshB wrote:
> Hi,
>
> I
What are the results of adding &debug=query to the URL? The parsed
query will be especially illuminating.
Best,
Erick
On Mon, Aug 28, 2017 at 4:37 AM, Emir Arnautovic
wrote:
> Hi Darko,
>
> The issue is the wrong expectations: title-1-end is parsed to 3 tokens
> (guessing) and mm=99% of 3 tokens
Hmmm, no it's not just you, I see them too.
On Mon, Aug 28, 2017 at 7:45 AM, Steve Pruitt wrote:
> Is it just me, but the Solr Wiki shows nonsensical characters for what looks
> like example commands, etc.? I tried both Chrome and IE and get the same
> result.
>
> Example, on https://cwiki.a
Varun Thacker is the RM for Solr 6.6.1, I've pinged him about including it.
On Mon, Aug 28, 2017 at 8:52 AM, Walter Underwood wrote:
> That would be a really good reason for a 6.7.
>
> wunder
> Walter Underwood
> wun...@wunderwood.org
> http://observer.wunderwood.org/ (my blog)
>
>
>> On Aug 28,
That would be a really good reason for a 6.7.
wunder
Walter Underwood
wun...@wunderwood.org
http://observer.wunderwood.org/ (my blog)
> On Aug 28, 2017, at 8:48 AM, Markus Jelsma wrote:
>
> It is, unfortunately, not committed for 6.7.
>
>
>
>
>
> -Original message-
>> From:Markus
It is, unfortunately, not committed for 6.7.
-Original message-
> From:Markus Jelsma
> Sent: Monday 28th August 2017 17:46
> To: solr-user@lucene.apache.org
> Subject: RE: Solr memory leak
>
> See https://issues.apache.org/jira/browse/SOLR-10506
> Fixed for 7.0
>
> Markus
>
>
>
See https://issues.apache.org/jira/browse/SOLR-10506
Fixed for 7.0
Markus
-Original message-
> From:Hendrik Haddorp
> Sent: Monday 28th August 2017 17:42
> To: solr-user@lucene.apache.org
> Subject: Solr memory leak
>
> Hi,
>
> we noticed that triggering collection reloads on many
Hi,
we noticed that triggering collection reloads on many collections has a
good chance to result in an OOM-Error. To investigate that further I did
a simple test:
- Start solr with a 2GB heap and 1GB Metaspace
- create a trivial collection with a few documents (I used only 2
fields a
Is it just me, but the Solr Wiki shows nonsensical characters for what looks
like example commands, etc.? I tried both Chrome and IE and get the same
result.
Example, on https://cwiki.apache.org/confluence/display/solr/Post+Tool
This shows:
Index a PDF file into gettingstarted.
#66noneso
Hello Renuka,
I would suggest to start with your use case(s). May be start with your
first use case with the below questions
a) What is that you want to search (which fields like name, desc, city etc.)
b) What is that you want to show part of search result (name, city etc.)
Based on above two qu
Hii,
What is the best way to index relational database, and how it impacts on
the performance?
Thanks
Renuka Srishti
Hi Darko,
The issue is the wrong expectations: title-1-end is parsed to 3 tokens
(guessing) and mm=99% of 3 tokens is 2.99 and it is rounded down to 2.
Since all your documents have 'title' and 'end' tokens, all match. If
you want to round up, you can use mm=-1% - that will result in zero (or
Hi Scott,
Yes, we think that our usage scenario falls into Index-Heavy/Query-Heavy
too. We have tested with several values in softcommit/hardcommit values
(from few seconds to minutes) with no appreciable improvements :(
Thanks for your reply!
- Daniel
2017-08-25 6:45 GMT+02:00 Scott Stults :
Hm... I cannot make that this DisMax work on my Solr...
In solr I have document with title:
- "title-1-end"
- "title-2-end"
- "title-3-end"
- ...
- ...
- "title-312-end"
and when I make query
"*http://localhost:8983/solr/SciLit/select?defType=dismax&indent=on&mm=99%&q=title:"title-1231231
26 matches
Mail list logo