say I would like to
add another field named steps which will contain id, product_id, name,
description. This steps would be a multivalued as per product we have
multiple steps.
Can someone help me figure out how to go about this ?
--
Thanks & Regards
Pranaya Behera
can find that
here:
https://mail-archives.apache.org/mod_mbox/lucene-solr-user/201512.mbox/
On Thu, 7 Jan 2016, 13:16 Pranaya Behera wrote:
Hi,
I have read yonik.com/solr-nested-objects/ which states that there
is no need for additional schema changes other than having a _root_
which
Hi,
I have 1 zookeeper server and 3 solr servers. I want to access the
search end point which solr server's url i should try ?
And is there anyway to assign one domain for this solrcloud and how ?
--
Thanks & Regards
Pranaya Behera
ent.add(SolrClient.java:72)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:86)
at com.igp.solrindex.CardIndex.index(CardIndex.java:75)
at com.igp.solrindex.App.main(App.java:19)
Why I am getting error ?
--
Thanks & Regards
Pranaya Behera
this error before but which version of Solr you are using &
assume zookeeper is configured correctly. Do you see nodes
down/active/leader etc. under Cloud in Admin UI?
Thanks,
Susheel
On Wed, Jan 27, 2016 at 11:51 AM, Pranaya Behera
wrote:
Hi,
I have created one solrcloud collection
uot;http://localhost:8983/solr/admin/collections?action=CREATE&name=card&numShards=3&replicationFactor=2&maxShardsPerNode=1&createNodeSet=localhost:8983_solr,localhost:8984_solr,localhost:8985_solr&createNodeSet.shuffle=true&collection.configName=igp";
On Thursday 2
Its only happening when I specify the createNodeSet (list of nodes comma
separated). If I remove this then it works as expected.
On Thursday 28 January 2016 12:45 PM, Pranaya Behera wrote:
Hi,
I have checked in the admin UI and now I have created 3 shards 2
replicas for each shard and 1
achieve. Could someone
give one example on how to achieve in both cases ?
--
Thanks & Regards
Pranaya Behera
y the parent not the children.
--
Thanks & Regards
Pranaya Behera
ke in
http://blog.griddynamics.com/2013/12/grandchildren-and-siblings-with-block.html
On Thu, Feb 4, 2016 at 8:39 PM, Pranaya Behera
wrote:
Hi,
I have documents that are indexed are like this:
product
-isParent:true
- child1
-isParent:true
- child1_1
- child1_2
d mrp in two different currency e.g. if the mrp would
return more than just one currency. currency(mrp, INR, USD, EUR) as I
try this I get an error. Is it possible to do so, and how ?
--
Thanks & Regards
Pranaya Behera
Hi,
I have a currency field type. How do I get StatsComponent to work
with it ? Currently StatsComponent works with strings, numerics but not
currency field.
Another question is how to copy only the value part from a currency
field ? e.g. if my field name is "mrp" and the value is "62.00, U
Hi,
I have two collections lets name them as A and B. I want to
suggester to work on both the collection while searching on the
front-end application.
In collection A I have 4 different fields. I want to use all of them for
the suggester. Shall I copy them to a new field of combined of the
jira
ticket, it should be very easy to add.
Joel Bernstein
http://joelsolr.blogspot.com/
On Sat, Apr 30, 2016 at 6:30 AM, Pranaya Behera
wrote:
Hi,
I have two collections lets name them as A and B. I want to suggester
to work on both the collection while searching on the front-end applic
://github.com/apache/lucene-solr/commit/7b5f12e622f10206f3ab3bf9f79b9727c73c6def
Joel Bernstein
http://joelsolr.blogspot.com/
On Sun, May 1, 2016 at 2:45 PM, Pranaya Behera
wrote:
Hi Joel,
If you could point me in the right direction I would like to
take shot.
On Sunday 01 May 2016 10
Hi,
How can I sort the results i.e. from a block join parent query
using the field from child document field ?
Thanks & Regards
Pranaya Behera
While searching in the lucene code base I found
/ToParentBlockJoinSortField /but its not in the solr or even in solrj as
well. How would I use it with solrj as I can't find anything to query it
through the UI.
On Thursday 19 May 2016 11:29 AM, Pranaya Behera wrote:
Hi,
How can I
2016 04:09 PM, Pranaya Behera wrote:
While searching in the lucene code base I found
/ToParentBlockJoinSortField /but its not in the solr or even in solrj
as well. How would I use it with solrj as I can't find anything to
query it through the UI.
On Thursday 19 May 2016 11:29 AM, Pranaya Be
Adding lucene user mailing list to it.
On Thursday 19 May 2016 06:55 PM, Pranaya Behera wrote:
Example would be:
Lets say that I have a product document with regular fields as name,
price, desc, is_parent. it has child documents such as
CA:: fields as a,b,c,rank
and another child document as
need further comments.
On Thu, May 19, 2016 at 4:25 PM, Pranaya Behera
wrote:
Example would be:
Lets say that I have a product document with regular fields as name,
price, desc, is_parent. it has child documents such as
CA:: fields as a,b,c,rank
and another child document as
CB:: fields as x,y,z
, 2016 at 11:17 AM, Pranaya Behera
mailto:pranaya.beh...@igp.com>> wrote:
Hi Mikhail,
I saw the blog post tried to do that with parent
block query {!parent} as I dont have the reference for the parent
in the child to use in the {!join}. This is my result.
t to match the facet field, but
alas no results.
It neither gives results with select handler nor with bjqfacet handler.
With select handler all I am getting is the keys but not the values i.e.
count , counts are always zero. With bjqfacet handler I am getting an
empty array, no keys no values.
--
Thanks & Regards
Pranaya Behera
an empty
array, no keys no values.
--
Thanks & Regards
Pranaya Behera
--
Thanks & Regards
Pranaya Behera
Here it is:
https://gist.github.com/shadow-fox/150c1e5d11cccd4a5bafd307c717ff85
On Tuesday 14 June 2016 01:03 PM, Mikhail Khludnev wrote:
OK. And how does response looks like on meaningful child.facet.field
request with debugQuery?
14 июня 2016 г. 8:12 пользователь "Pranaya B
Hi,
I have indexed nested documents into solr.
How do I filter on the main query using block join query?
Here is what I have in the sense of documents:
Document A -> id, name, title, is_parent=true
Document B -> id, x,y,z
Document C -> id, a , b
Document B & C are child to A. I want to get al
Hi,
I have the following script to retrieve all the fields in the
collection. I am using SolrCloud 6.1.0.
LukeRequest lukeRequest = new LukeRequest();
lukeRequest.setNumTerms(0);
lukeRequest.setShowSchema(false);
LukeResponse lukeResponse = lukeRequest.process(cloudSolrClient);
Map fieldInf
Forwarded Message
Subject:Getting dynamic fields using LukeRequest.
Date: Tue, 9 Aug 2016 18:22:15 +0530
From: Pranaya Behera
To: solr-user@lucene.apache.org
Hi,
I have the following script to retrieve all the fields in the
collection. I am using
ema/SchemaRequest.DynamicFields.html>
You can see which options are supported here:
<https://cwiki.apache.org/confluence/display/solr/Schema+API#SchemaAPI-ListDynamicFields>
--
Steve
www.lucidworks.com
On Aug 9, 2016, at 8:52 AM, Pranaya Behera wrote:
Hi,
I have the following script to retrieve all t
And also when I hit the request for each individual shard I get some
results that are close to it using /admin/luke endpoint but to the whole
collection it doesnt even show that have dynamic fields.
On 10/08/16 11:23, Pranaya Behera wrote:
Hi Steve,
I did look at the schema api
, Pranaya Behera wrote:
And also when I hit the request for each individual shard I get some
results that are close to it using /admin/luke endpoint but to the
whole collection it doesnt even show that have dynamic fields.
On 10/08/16 11:23, Pranaya Behera wrote:
Hi Steve,
I did look
Hi,
I am running solr 6.1.0 with solrcloud. We have 3 instance of
zookeeper and 3 instance of solrcloud. All three of them are active and
up. One collection has 3 shards, each shard has 2 replicas.
Everytime query whether from solrj or admin ui, getting inconsistent
results. e.g.
1. numF
considerably older than Solr 6.1.
This was the only issue I ran into with 6.1.
On 13 August 2016 at 06:10, Pranaya Behera wrote:
Hi,
I am running solr 6.1.0 with solrcloud. We have 3 instance of
zookeeper and 3 instance of solrcloud. All three of them are active and up.
One collection
collections and
the same request handlers.
I would verify that before all else. Using network sniffers (Wireshark) if
necessary.
Regards,
Alex
On 13 Aug 2016 8:11 PM, "Pranaya Behera" wrote:
Hi,
I am running solr 6.1.0 with solrcloud. We have 3 instance of zookeeper
and 3 i
sults will vary depending on what replica answers?
A few questions:
a) Is your index static, i.e. not being updated live?
b) Can you try to go directly to the core menu of both replicas for each shard,
and compare numDocs / maxDocs for each? Both replicas in each shard should have
same count.
c) Wh
in sync
5. Run your indexing procedure.
6. Verify that both replicas are still in sync
--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com
16. aug. 2016 kl. 06.51 skrev Pranaya Behera :
Hi,
a.) Yes index is static, not updated live. We index new documents over old
docume
Hi,
In the middle of indexing solrcore gets reloaded and causing 503
error. Here is the stack trace of the issue.
[main] ERROR org.apache.solr.client.solrj.impl.CloudSolrClient - Request
to collection product failed due to (503)
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrE
Hi,
Through SolrJ I am trying to upload configsets and create
collections in my solrcloud.
Setup:
1 Standalone zookeeper listening on 2181 port. version 3.4.10
-- bin/zkServer.sh start
3 Starting solr nodes. (All running from the same solr.home) version
6.5.0 and as well in 6.2.1
-- bin/solr
Hi,
Can someone from the mailing list also confirm the same findings
? I am at wit's end on what to do to fix this. Please guide me to
create a patch for the same.
On Thu, Apr 20, 2017 at 3:13 PM, Pranaya Behera
wrote:
> Hi,
> Through SolrJ I am trying to upload configsets
r
> bin/solr start -c -z localhost:2181 -p 898$1 -s example/cloud/node2/solr
>
> and the like.
>
> Best,
> Erick
>
> On Thu, Apr 20, 2017 at 11:01 AM, Pranaya Behera
> wrote:
>> Hi,
>> Can someone from the mailing list also confirm the same findings
>
Any other solutions for this ?
On Fri, Apr 21, 2017 at 9:42 AM, Pranaya Behera
wrote:
> Hi Erick,
> Even if they use different solr.home which I have also
> tested in AWS environment there also is the same problem.
>
> Can someone verify the first message in their
Hi,
I have one node started with solrcloud. I have created one collection
with the default configsets. When I am creating another node joining the
same cluster i.e. zookeeper chroot, is there any way to create the
collection ? Currently it is just sitting idle, not doing any work.
In the docum
er node:
>
> https://lucene.apache.org/solr/guide/6_6/collections-api.html
>
> See addreplica
>
> >> Am 31.10.2019 um 09:46 schrieb Pranaya Behera >:
> > Hi,
> > I have one node started with solrcloud. I have created one collection
> > with the default c
42 matches
Mail list logo