I'm sorry you're having a "miserable" experience "again". That's
certainly not my experience with Solr. That being said:
> First I was getting errors about "Unsupported major.minor version 52.0", so I
> needed to install the Linux x64 JRE 1.8.0, which I managed on CentOS 6 with...
> yum install o
First of all I second Bram, I am sorry you had a bad experience with Solr,
but I think that:
- without a minimum study and documentation
- without trying to follow the best practices
I think you are going to have a "miserable" experience with any software,
don't you ?
In addition to Bram :
On Mo
I stuck in 5.3.1 because if upgrade to 5.5 or 6.x my cluster dies.
Doing a rolling upgrade, when I upgrade the second node to 5.5 both die in the
per-sync phase, I don't know what changes in 5.5 but it's demanding a huge
quantity of memory to check if the replica it's in sync.
This kind o
On 13 September 2016 at 16:46, Alessandro Benedetti
wrote:
>> It didn’t say which field type. Buried in the logs I found a reference in
>> the Java stack trace—which *disappears* (and distorts the viewing window
>> horribly) after a few seconds when you try to view it in the web log UI—to
>> the
Thanks Shekhar, Re install was successful. I had run on default port prior to
running on 2016. T
Thanks and Regards,
Preeti Bhat
-Original Message-
From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com]
Sent: Tuesday, September 13, 2016 1:01 AM
To: solr-user@lucene.apache.org
Subje
I made one more attempt. It seems it works.
https://issues.apache.org/jira/browse/SOLR-8998?focusedCommentId=15487095&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15487095
On Wed, Aug 24, 2016 at 11:52 AM, Tobias Lorenz wrote:
> I tried that too, with no effect.
Hi everybody,
i'm currently working on using the json request api for solr and hit a problem
using facets. I'm using solr 5.5.2 and solrJ 5.5.2
When querying solr by url-parameters like so:
http://.../select?wt=json&facet.range=MEDIA_TS&f.MEDIA_TS.facet.range.end=2028-02-01T0:00:00.000Z&f.MEDIA_
On 9/12/2016 3:48 PM, Aaron Greenspan wrote:
> I have been on this list for some time because I know that any time I
> try to do anything related to Solr I’m going to have to spend hours on
> it, wondering why everything has to be so awful, and I just want
> somewhere to provide feedback with the d
Good to know. Thank you!
On Tue, Sep 13, 2016 at 4:19 PM, Preeti Bhat
wrote:
> Thanks Shekhar, Re install was successful. I had run on default port prior
> to running on 2016. T
>
>
> Thanks and Regards,
> Preeti Bhat
>
> -Original Message-
> From: Shalin Shekhar Mangar [mailto:shalinman
Brent wrote:
> I've been testing Solr Cloud 6.1.0 with two servers, and getting somewhat
> disappointing query latency. I'm comparing the latency with the same tests,
> running DSE in place of Solr Cloud. It's surprising, because running the
> test just on my laptop (running a single instance of S
Hi Preet,
I prepared the doc for 5.2.1; Should be more or less similar.
Try this once.
http://amn-solr.blogspot.in/2015/08/solr-521-cloud-configuration-steps.html
Regards,
Aneesh N
On Mon, Sep 12, 2016 at 4:30 PM, Preeti Bhat
wrote:
> HI All,
>
> I am trying to setup the solr in Redhat Linux,
After a bit of investigation, I am verifying I get over the double of qTime
for a single solr query on a distributed evnironment.
I will go into the details, but before I go into the code, is the unique
functionality going to be helped if we store docValues for the unique field
?
I have a cardinal
Is anybody interested in joining an example reading group for Solr
(6.2 or latest).
Basic idea: we take one of the examples that ship with Solr and ask
each other any and all questions related to it. Basic/beginner level
questions are allowed and welcomed. We could also share
tools/tips/ideas to m
Hi Jan,
I'll try to shed some more light on the issue I ran into.
ENVIRONMENT:
Solr Version 6.1.0 (however, same code exists in current master)
SOLR_HOME=/some/directory (contains solr.xml)
SOLR_HOME/collection1 is an existing core that I was using previously w/
Solr configured using internal ZK
On 9/9/2016 10:11 PM, Shawn Heisey wrote:
> On 9/9/2016 4:38 PM, Brent wrote:
>> Is there a way to tell whether or not a node at a specific address is
>> up using a SolrJ API?
> Based on your other questions, I think you're running cloud. If that
> assumption is correct, use the Collections API wi
The Lucene PMC is pleased to announce that the Solr Reference Guide
for Solr 6.2 has been released.
This 717-page PDF is the definitive guide to using Apache Solr, the
blazing fast search server built on Apache Lucene. It can be
downloaded from:
https://www.apache.org/dyn/closer.cgi/lucene/solr/r
Hello,
We are trying to do a pivot on the facet on two fields which exists on two
different collections. We are joining the two collections using a common filed.
Below is the query I'm having right now and it doesn't seem to work. Any help
would be much appreciated.
http://loalhost:8983/solr/
Hi,
So what you are attempting is to upgrade from a single-node SolrCloud (version?)
with built-in ZooKeeper to a Solr6.1 with external ZK. And you want to carry
over the configuration and data.
First, you must realise that all your collection config is in your old built-in
ZK, not in files in SO
HI,
I need help with defining a field ‘singerName’ with the right
tokenizers and filters such that it gives me the below described behavior:
I have a few documents as given below:
Doc 1
singerName: Justin Beiber
Doc 2:
singerName: Justin Timberlake
…
Below is the list of
Hi Guys,
I'm trying to use the last version of solr and i have used the post tool to
upload 28 pdf files and it works fine. However, I don't know how to show
the content of the files in the resulted json. Anybody know how to include
this field?
"responseHeader":{ "zkConnected":true, "status":0, "
Hello again…
I get this on digest mode (and wasn’t even sure my initial message went through
to the list), so please forgive the delay in responding.
I think the various reactions to my post suggest that a sizable number of users
(and by "users" I mean those who are not affiliated with Apache a
On 14 September 2016 at 06:42, Aaron Greenspan
wrote:
> This is a potential solution, but not one I choose to pursue. For one thing,
> I am not an idiot. I’ve managed Linux systems for about 18 years now and I’ve
> been programming for 20. I have learned that I am rarely the best at
> anything,
Hi,
I just started experimenting with solr cloud.
I have a solr cloud of 20 nodes. I have one collection with 18 shards
running on 18 different nodes with replication factor=1.
When one of my shards goes down, I create a replica using the Solr UI. On
HDFS I see a core getting added. But the data
Thanks for the reply.
The overhead you describe is what I suspected, I was just suprised that if
DSE is able to keep that overhead small enough that the overall result is
faster with the extra hardware, Solr doesn't also benefit.
I did try with RF=2 and shards=1, and yep, it's way fast. Really ni
Is this happening because I have set replicationFactor=1?
So even if I manually add replica for the shard that's down, it will just
create a dataDir but would not copy any of the data into the dataDir?
On Tue, Sep 13, 2016 at 6:07 PM, Chetas Joshi
wrote:
> Hi,
>
> I just started experimenting wi
Hi.
We have two Systems running in different Datacenters. The second system is a
failover system with about one hour difference in Data what is OK for us.
Until Solr 5.5.3 we used a hack with the „replication/snapshot“-Tool to copy
the indizes over and it worked quite well. A few days ago we up
Hi Georg,
It looks like "_2ag9.si" file is missing in the snapshot.shard1 folder of
the backup. Can you try running Lucene CheckIndex tool on the
snapshot.shard1 folder ?
Also can you post the logs during the backup creation as well?
Thanks
Hrishikesh
On Tue, Sep 13, 2016 at 7:12 PM, Georg
Hi Hrishikesh,
unfortunately there’s no output with Level Warning or higher at the Live-System
:(
I checked solr.log, solr-8983-console.log and solr_gc.log.
Mit freundlichem Gruß
Georg Bottenhofer
--
Kennst du schon WerStr
Hi Greg,
after trying several hours with all combinations of parameters and not
getting any useful search result with complex search terms and edismax
I finally copied o.a.s.s.ExtendedDismaxQParser.java from version 4.10.4
to 5.5.3 and did a little modification in o.a.s.u.SolrPluginUtils.java.
No
29 matches
Mail list logo