added below entry in server/solr-webapp/webapp/WEB-INF/web.xml
jdbc/tss
javax.sql.DataSource
Container
What is the default connection pool limit for this datasource? Also, how to set
the max connections that can be made from jetty?
Thanks,
Srinivas
e to fetch the
QueryResponse(SolrJ) solrdocumentList sorted based on this sorting criteria.
Yes, I understand bosst parameter bq doesn't apply on filter queries. Is there
an alternative?
Thanks,
Srinivas
From: Alessandro Benedetti
Sent: 14 January 2021 01:55
To: solr-user@lucene.apache.org
Y.PARTY_ID:%22abc%22%5e2+PARTY.PARTY_ID:%22def%22%5e1&defType=dismax&fq=PARTY.PARTY_ID:%22abc>"
OR PARTY.PARTY_ID:"def"&q=*:*
Thanks,
Srinivas
DISCLAIMER:
E-mails and attachments from Bamboo Rose, LLC are confidential.
If you are not
Thanks Munendra, this will really help me. Are there any performance overhead
with this?
Thanks,
Srinivas
From: Munendra S N
Sent: 30 October 2020 19:20
To: solr-user@lucene.apache.org
Subject: Re: Avoiding duplicate entry for a multivalued field
Srinivas,
For atomic updates, you could use
,
Srinivas
From: Dwane Hall
Sent: 29 October 2020 14:33
To: solr-user@lucene.apache.org
Subject: Re: Avoiding duplicate entry for a multivalued field
Srinivas this is possible by adding an unique field update processor to the
update processor chain you are using to perform your updates (/update,
/update
Hello,
Say, I have a schema field which is multivalued. Is there a way to maintain
distinct values for that field though I continue to add duplicate values
through atomic update via solrj?
Is there some property setting to have only unique values in a multi valued
fields?
Thanks,
Srinivas
org
Subject: Re: Sql entity processor sortedmapbackedcache out of memory issue
On 4/8/2019 11:47 PM, Srinivas Kashyap wrote:
> I'm using DIH to index the data and the structure of the DIH is like below
> for solr core:
>
>
> 16 child entities
>
>
> During indexing, since
Thanks Phil,
I will modify it according to the need.
Thanks,
Srinivas
-Original Message-
From: Phil Scadden
Sent: 26 August 2020 02:44
To: solr-user@lucene.apache.org
Subject: RE: PDF extraction using Tika
Code for solrj is going to be very dependent on your needs but the beating
from PDF and pushes into solr?
Thanks,
Srinivas Kashyap
-Original Message-
From: Alexandre Rafalovitch
Sent: 24 August 2020 20:54
To: solr-user
Subject: Re: PDF extraction using Tika
The issue seems to be more with a specific file and at the level way below
Solr's or possibly
pper.java:319)
at
org.apache.pdfbox.text.PDFTextStripper.writeText(PDFTextStripper.java:266)
at
org.apache.tika.parser.pdf.PDF2XHTML.process(PDF2XHTML.java:117)
... 15 more
Can you please suggest, how to extract PDF from linux based file system?
Thanks,
Srinivas Kashyap
___
27;t cause
log statements to appear?
Thanks,
Srinivas
DISCLAIMER:
E-mails and attachments from Bamboo Rose, LLC are confidential.
If you are not the intended recipient, please notify the sender immediately by
replying to the e-mail, and then delete it without making copies
sort command, query result should be
Doc2: "124561"
Doc1: "84806"
But I'm getting:
Doc1: "84806"
Doc2: "124561"
Is this because, field type is string and doc1 has 5 digits and doc2 has 6
digits?
Please provide solution for this.
Thanks,
Sriniv
quot;docs":[
{
"PHY_KEY2":"HQ010399"}]
}},
{
"groupValue":"HQ010377",
"doclist":{"numFound":8,"start":0,"docs":[
asc,PHY_KEY10
asc,FIELD_NAME asc
Instead of q=*:* I pass only those fields which I want to retrieve. Will this
be faster?
Related to earlier question:
We are using 8.4.1 version
All the fields that I'm using on sorting are all string data type(modify ts
date) with indexed=true stored=true
GUI console. It takes around 2 hours to show.
My question is, even for the simple query with filter query mentioned as shown
above, it is consuming JVM memory. So, how much memory or what configuration
should I be doing on solrconfig.xml to make it work.
Thanks,
Srinivas
From: Jörn Franke
S
solr cloud? If yes, can you let us know, how many shards/replica
do we require for this core considering we allow it to grow as users transact.
The updates to this core is not thru DIH delta import rather, we are using
SolrJ to push the changes.
Thanks,
Srinivas
On 6/4/2020
query(*:*) with filterqueries is overshooting the memory with OOM.
Please advise on what I need to configure.
Thanks,
Srinivas
DISCLAIMER:
E-mails and attachments from Bamboo Rose, LLC are confidential.
If you are not the intended recipient, please notify the sender immediate
documents, should I iterate over each one of parent
tuples and execute the child entity sql’s(with where condition of parent) to
create one solr document? Won’t it be more load on database by executing more
sqls? Is there an optimum solution?
Thanks,
Srinivas
From: Erick Erickson
Sent: 22 May 2020
JVM memory while running.
Are there any speedier/alternates ways to load data onto this solr core.
P.S: Only initial data import is problem, further updates/additions to this
core is being done through SolrJ.
Thanks,
Srinivas
DISCLAIMER:
E-mails and attachments
Can you share with details, what performance was degraded?
Thanks,
srinivas
From: Natarajan, Rajeswari
Sent: 23 April 2020 12:41
To: solr-user@lucene.apache.org
Subject: Re: How upgrade to Solr 8 impact performance
With the same hardware and configuration we also saw performance degradation
uot;,
"text":"",
"_version_":1664474933885927424},
{
As you can see, the text field is empty & author, title fields are not getting
indexed and any search on that text field is not returning the documents.
Please help me in this regard.
if(client!=null)
{
try {
client.close();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
}
Thanks and Regards,
Srinivas Kashyap
F
nection evictor (1106)
java.lang.Thread.sleep(Native Method)
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
java.lang.Thread.run(Thread.java:748)
Thanks and Regards,
Srinivas Kashyap
-Original Message-
From: Erick Erickson
Sent: 06 March 2020 21:3
object. And after
that in the finally block we are closing it too.
Never faced this issue while we were in solr5.2.1 version though. The same jar
was placed there too.
Thanks,
Srinivas
On 06-Mar-2020 8:55 pm, Erick Erickson wrote:
This one can be a bit tricky. You’re not running out of overall
) [?:1.8.0_242]
Thanks and Regards,
Srinivas Kashyap
DISCLAIMER:
E-mails and attachments from Bamboo Rose, LLC are confidential.
If you are not the intended recipient, please notify the sender immediately by
replying to the e-mail, and then delete it without
,
Srinivas
id full reindex of the core and restarted as well.
But still facing the same error. Can somebody please help.
Thanks,
Srinivas
DISCLAIMER:
E-mails and attachments from Bamboo Rose, LLC are confidential.
If you are not the intended recipient, please notify the sen
Sorry for the interruption, This error was due to wrong context path mentioned
in solr-jetty-context.xml
And in jetty.xml it was referring /solr. So index was locked.
Thanks,
Srinivas
-Original Message-
From: Srinivas Kashyap
Sent: 04 February 2020 11:04
To: solr-user
.
In solr-config.xml if I replace ${solr.lock.type:native}
with ${solr.lock.type:single}. It starts without any error.
Please let me know how to find if other servers are running or if it is an
issue with solr 8.4.1 version.
Thanks,
Srinivas
-Original Message-
From: Shawn Heisey
Sent: 04
at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1292)
~[?:?]
... 7 more
Any pointers would be helpful.
Thanks and regards,
Srinivas
DISCLAIMER:
E-mails and attachments from Bamboo Rose, LLC are confidential.
If you are not the intended recipient, please no
working fine with
AWS hosting. Really baffled.
Thanks and Regards,
Srinivas Kashyap
-Original Message-
From: Erick Erickson
Sent: 31 July 2019 08:00 PM
To: solr-user@lucene.apache.org
Subject: Re: Dataimport problem
This code is a little old, but should give you a place to start:
https
architecture given the complexity of
your needs
Can you please give pointers to look into, We are using DIH for production and
facing few issues. We need to start phasing out
Thanks and Regards,
Srinivas Kashyap
-Original Message-
From: Alexandre Rafalovitch
Sent: 31 July
hosting.
Am I missing some configuration? Please let me know.
Thanks and Regards,
Srinivas Kashyap
DISCLAIMER:
E-mails and attachments from Bamboo Rose, LLC are confidential.
If you are not the intended recipient, please notify the sender immediately by
replying to
age is more than 20.
How do I write a filter query for this?
P.S: I should only fetch records, whose Salt Composition percentage is more
than 20 and not other percentages.
Thanks and Regards,
Srinivas Kashyap
DISCLAIMER:
E-mails and attachments from Bamboo Rose, LLC a
Hi Alexandre,
Yes, the whole tree gets mapped to and returned as single flat document. When
you search, it should return all the matching documents if it matches that
nested field.
Thanks and Regards,
Srinivas Kashyap
-Original Message-
From: Alexandre Rafalovitch
Sent: 30 April
e the child entities which have some more child
entities in them until I'm done with all the children.
Thanks and Regards,
Srinivas Kashyap
DISCLAIMER:
E-mails and attachments from Bamboo Rose, LLC are confidential.
If you are not the intended recipient, please
Hi Shawn, Mikhail
Any suggestions/pointers for using zipper algorithm. I'm facing below error.
Thanks and Regards,
Srinivas Kashyap
**
From: Srinivas Kashyap
Sent: 12 April 2019 03:10 PM
To: solr
hanks and Regards,
Srinivas Kashyap
-Original Message-
From: Shawn Heisey
Sent: 09 April 2019 01:27 PM
To: solr-user@lucene.apache.org
Subject: Re: Sql entity processor sortedmapbackedcache out of memory issue
On 4/8/2019 11:47 PM, Sri
in to the memory. For Dev and QA environments, the above memory config is
sufficient. When we move to production, we have to increase the memory to
around 16GB of RAM and 12 GB of JVM.
Is there any logic/configurations to limit the memory usage?
Thanks and Regards,
Srinivas Ka
use apache kafka to pull data
from DB and push into solr?
If there are any other alternatives please suggest.
Thanks and Regards,
Srinivas Kashyap
DISCLAIMER:
E-mails and attachments from Bamboo Rose, LLC are confidential.
If you are not the intended recipient, ple
Hi Shawn and everyone who replied to the thread,
The solr version is 5.2.1 and each document is returning multi-valued fields
for majority of fields defined in schema.xml. I'm in the process of pasting the
content of my files to a paste website and soon will update.
Thanks,
Srinivas
On
possibility where I can go
and check, which document is consuming more memory? Put in another way, can I
sort the index based on size?
Thanks and Regards,
Srinivas Kashyap
DISCLAIMER:
E-mails and attachments from Bamboo Rose, LLC are confidential.
If you are not
SQL server
database.
Thanks and Regards,
Srinivas Kashyap
ew InitialContext();
DataSource ds = null;
Context webContext =
(Context)initContext.lookup("java:/comp/env");
ds = (DataSource) webContext.lookup("jdbc/tssindex");
How to fetch it in jetty.
Thanks in advance,
Srinivas kashyap
I have a collection and thru solrJ, Ii query the collection and get
QueryResponse SolrJ object. Is there a way I can convert this query response to
Rowset(JDBC). I see the parallel SQL interface is introduced in 7.x version,
but is it possible in Solr 5.2.1?
Thanks and Regards,
Srinivas
Hello,
Is there any API to convert Solr query response to JDBC Rowset?
Thanks and Regards,
Srinivas Kashyap
is much
appreciated.
Also, our application was running on tomcat/websphere, will it be any different
in Jetty?
Thanks and Regards,
Srinivas Kashyap
Senior Software Engineer
"GURUDAS HERITAGE"
100 Feet Ring Road,
Kadirenahalli,
Banashankari 2nd Stage,
Bangalore-560070
P: 97
PMDM_CacheIndexer/en_cache_config/conf
c) Once the upload is done, no success or failure message will be displayed
*14. Scheduling indexing tasks*
Thanks,
Srinivas
On Mon, Jun 25, 2018 at 11:34 AM, Shawn Heisey wrote:
> On 6/25/2018 1:41 AM, Srinivas Muppu (US) wrote:
>
>>
-Drive (New Drive) without any impact to the existing
application(it should not create re indexing again)
Please let us know your suggestions if required will create the JIRA ticket
for this.
Your earliest response will be appreciated!!
Thanks,
Srinivas
Hi Solr Team,
We are facing Solr System Configuration issues(Existing Solr installation
setup needs to move window New Drive) which needs help. Please let us know
whom to post our Questions/Queries.
Thanks,
Srinivas
__
The
Hi Solr Team,
We are facing Solr System Configuration issues which needs help. Please let
us know whom to post our Questions/Queries.
Thanks,
Srinivas
On Mon, Jun 25, 2018 at 2:22 AM, wrote:
> Hi! This is the ezmlm program. I'm managing the
> solr-user@lucene.apache.org mailing li
his.Your earliest
help will be appreciated!!Thanks,Srinivas
__
The information transmitted, including any attachments, is intended only for
the person or entity to which it is addressed and may contain confidential
and/or p
uot;110",
0,
"115",
0,
"117",
0,
"12",
0,
"120",
0,
"122",
0,
"123",
0,
"124",
0,
"125",
0,
"126",
0,
"127",
Thanks and Regards,
Srinivas Kashyap
nsole(*:*), numfound is only 41 thousand records. Am I missing
some configuration to index all records?
Physical memory: 16GB
JVM memory: 4GB
Thanks,
Srinivas
n-memory' which is causing the JVM memory go out of memory.
Is there a way to specify in the child query entity to pull the record related
to parent entity in the full-import mode.
Thanks and Regards,
Srinivas Kashyap
DISCLAIMER:
E-mails and attachments from TradeStone Software, Inc. a
server
resources.
Is there a way to reduce the number of logins and logouts and have a
persistent DB connection from solr?
Thanks and Regards,
Srinivas Kashyap
DISCLAIMER:
E-mails and attachments from TradeStone Software, Inc. are confidential.
If you are not the intended recipient, please notify
alternative way I can find them?
Thanks and Regards,
Srinivas Kashyap
DISCLAIMER:
E-mails and attachments from Bamboo Rose, LLC are confidential.
If you are not the intended recipient, please notify the sender immediately by
replying to the e-mail, and then de
when import was
completed("onImportEnd" eventlistener).
Thanks and Regards,
Srinivas Kashyap
-Original Message-
From: Emir Arnautović [mailto:emir.arnauto...@sematext.com]
Sent: 31 January 2018 04:14 PM
To: solr-user@lucene.apache.org
Subject: Re: OnImportEnd EventListener
alternative way I can find them?
Thanks and Regards,
Srinivas Kashyap
DISCLAIMER:
E-mails and attachments from TradeStone Software, Inc. are confidential.
If you are not the intended recipient, please notify the sender immediately by
replying to the e-mail, and then delete it without making cop
Hello,
In one of our tomcat based solr 5.2.1 deployment environment, we are
experiencing the below error which is occurring recursively.
When the app is restarted, the error won't show up until sometime. Max allowed
connections in tomcat context xml and JVM memory of solr is sufficient enough.
Thanks Mikhail,
Can you please explain the same? How can it be done in SolrJ
Thanks and Regards,
Srinivas Kashyap
Senior Software Engineer
“GURUDAS HERITAGE”
100 Feet Ring Road,
Kadirenahalli,
Banashankari 2nd Stage,
Bangalore-560070
P: 973-986-6105
Bamboo Rose
The only B2B marketplace powered
can poll the import status of index server in SolrJ, so that
we can refrain sending another adhoc import command while the index is still
runnning?
Thanks and Regards,
Srinivas Kashyap
Senior Software Engineer
"GURUDAS HERITAGE"
100 Feet Ring Road,
Kadirenahalli,
Banashankari 2nd Stage,
documents.
Below are some more config details in solrconfig.xml
20
200
false
2
Thanks and Regards,
Srinivas Kashyap
-Original Message-
From: Erick Erickson [mailto:erickerick...@gmail.com]
Sent: 17 May 2017 08:51 PM
To: solr-user mailto:solr-user@lucene.apache.org
documents.
Below are some more config details in solrconfig.xml
20
200
false
2
Thanks and Regards,
Srinivas Kashyap
-Original Message-
From: Erick Erickson [mailto:erickerick...@gmail.com]
Sent: 17 May 2017 08:51 PM
To: solr-user
Subject: Re: Performance warning: Overlapping
me.
Thanks and Regards,
Srinivas Kashyap
DISCLAIMER: E-mails and attachments from Bamboo Rose, LLC are confidential. If
you are not the intended recipient, please notify the sender immediately by
replying to the e-mail, and then delete it without making copies or
15000" maxActive="1000" maxIdle="50".
Thanks and Regards,
Srinivas
DISCLAIMER:
E-mails and attachments from TradeStone Software, Inc. are confidential.
If you are not the intended recipient, please notify the sender immediately by
replying to the e-mail, and then delete it withou
Hi
How can i customize the group limit,
I have 5 groups, i want different limit for each group like 3,3,3,2,1.
Could please provide solution for this.
Thanks,
Srinivas Mudam.
[
{
"TECHSPEC.REQUEST_NO": "HQ22 ",
"TECH_SPEC_ID": "HQ22 ",
"DOCUMENT_TYPE": "TECHSPEC",
"TECHSPEC.OWNER": "SHOP ",
nection?
P.S: Normal IMPORT process is running unaffected i.e Data is being indexed into
solr with the same datasource configuration in context xml.
Thanks and Regards,
Srinivas Kashyap
Senior Software Engineer
"GURUDAS HERITAGE"
'Block A' , No 59/2, 2nd Floor, 100 Feet Ring Road
d to do initial data load without
running into this error?
I found that 'batchSize=-1' parameter needs to be specified in the datasource
for MySql, is there a way to specify for others Databases as well?
Thanks and Regards,
Srinivas Kashyap
DISCLAIMER: E-mails and attachments f
d to do initial data load without
running into this error?
I found that 'batchSize=-1' parameter needs to be specified in the datasource
for MySql, is there a way to specify for others Databases as well?
Thanks and Regards,
Srinivas Kashyap
DISCLAIMER:
E-mails and attachments from
gards
Srinivas Rishindra
*Regards*
*Birla Inst**itute of Technology & Science,* Pilani
K K Birla Goa Campus
Goa, India. 403 726
Mobile: (+91)8600077149
E.mail: f2011...@goa.bits-pilani.ac.in
On Wed, Apr 22, 2015 at 3:15 PM, Srinivas Rishindra
wrote:
> Hello,
>
> I am working on a
Hello,
I am working on a project in which i have to find similar documents.
While I implementing the following error is occurring. Please let me know
what to do.
Exception in thread "main"
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://localhost:
,Please let me know.
Regards,
Srinivas B
74 matches
Mail list logo