cally. Is that possible with HDFS?
While adding an alias to other collections would be an option, if that
collection is the only collection, or one that is currently needed, in a
live system, we can't bring it down, re-create it, and re-index when
that process may take weeks to do.
Any id
ove only having one large file system to manage
instead of lots of individual file systems across many machines. HDFS
makes this easy.
-Joe
On 8/2/2019 9:10 AM, lstusr 5u93n4 wrote:
Hi Joe,
We fought with Solr on HDFS for quite some time, and faced similar issues
as you're seeing. (
olrClient$RemoteSolrException",
"root-error-class","org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException"],
"msg":"Error from server at null: org.apache.solr.search.SyntaxError: Query
Field 'features' is not a valid field name",
"code":400}}
-Joe
27;m missing a field called 'features', but it's not
defined in the prior schema either. Thanks again!
-Joe
On 8/28/2019 6:19 PM, Erick Erickson wrote:
What it says ;)
My guess is that your configuration mentions the field “features” in, perhaps
carrot.snippet or carrot.title.
es^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1
cat^1.4
What's odd is that this doesn't cause an issue with 7.x, but does with
8.2. Removed the fields that my schema doesn't have and clustering
works on the fields I have defined for carrot2.
-Joe
On 8/29/2019 10:39 AM, Jörn Franke w
asued
exception:":"org.apache.solr.common.SolrException:org.apache.solr.common.SolrException:
not enough free disk space to perform index split on node
-Joe
->shard2->replica1,replica2
all of those replicas above are hosted by the same node. What am I
doing wrong here? Thank you!
-Joe
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:555)
... 6 more
At this point, no nodes are hosting one of the collections.
-Joe
On 9/26/2019 1:32 PM, Joe Obernberger wrote:
Hi all - I have a 4 node cluster for test, and created several solr
collections with 2 shards and 2 replicas each
hard had two replicas. Now some shards
have 4, and some 3. In addition the auto scaling policy of:
cluster-policy":[{
"replica":"<2",
"shard":"#EACH",
"node":"#ANY"}],
seems to be ignored as many collections have the same node hosting multiple
replicas. Is this related to JIRA:
https://issues.apache.org/jira/browse/SOLR-13586
?
Thank you!
-Joe
dded a while back and show both properties and schema.
While I can facet on this field using an alias, I get 'Error from server
at null: undefined field: FaceCluster'. If I search an individual solr
collection, I can facet on it.
Any ideas?
-Joe
I don't believe I am getting expected results when using a streaming
expression that simply uses innerJoin.
Here's the example:
innerJoin(
search(illuminate, q=(mrn:123) (*:*), fl="key,mrn", sort="mrn asc"),
search(illuminate, q=(foo*), fl="key,mrn,*", sort="mrn asc"),
on="mrn"
)
All
0190610]
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
-Joe
Thank you Shawn.
What I'm trying to get for my application is the commitTimeMSec. I use
that value to build up an alias of solr collections. Is there a better way?
-Joe
On 11/1/2019 10:17 AM, Shawn Heisey wrote:
On 11/1/2019 7:20 AM, Joe Obernberger wrote:
Hi All - getting this error
-Xms20g-Xmx25g-Xss256k
-verbose:gc
Any ideas?
Thanks.
-Joe
er (it was
65,530) and I increased it to 262144. For the solr user, we're using
102,400 for open files and for max user processes, we use 65,000.
-Joe
On 12/10/2019 7:46 AM, Erick Erickson wrote:
One other red flag is you’re apparently running in “schemaless”
We finally got this fixed by temporarily disabling any updates to the SOLR
index.
--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
5.5/zookeeperReconfig.html#ch_reconfig_rebalancing>
Or, could we leave it as is, and as long as the ZK Ensemble has the same
IPs?
Thanks!
Joe
--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
401 - 417 of 417 matches
Mail list logo