ities...
On Mon, Aug 17, 2020 at 1:32 PM Divye Handa
wrote:
> Can you share the dih configuration you are using for same?
>
> On Mon, 17 Aug, 2020, 23:52 Abhijit Pawar, wrote:
>
> > Hello,
> >
> > We are indexing some 200K plus documents in SOLR 5.4.1 with no shards
Hello,
We are indexing some 200K plus documents in SOLR 5.4.1 with no shards /
replicas and just single core.
It takes almost 3.5 hours to index that data.
I am using a data import handler to import data from the mongo database.
Is there something we can do to reduce the time taken to index?
Will
ses. But providing
> _some_ of these things or other related details might help you get the
> answer you're looking for.
>
> Alternately, if you've figured out the issue already post the answer
> on this thread - help anyone with a similar issue in the future.
> Jas
Hello,
I am seeing a performance issue in querying in one of the SOLR servers -
instance version 5.4.1.
Total number of documents indexed are 20K plus.
Data returned for this particular query is just as less as 22 documents
however it takes almost 2 minutes to get the results back.
Is there a way
Hello All,
Recently we started seeing this email on one of our SOLR server:
*Apache Struts recon attempt from UNKNOWN IP Attack*
In detail it explains as below:
"This attack is possible due to a vulnerability in Struts 2 caused by
improper sanitization during OGNL expression evaluation. It is str
ow to get it to
> spit out the date in the correct format, but that’s where you need to look.
> >
> > Best,
> > Erick
> >
> >> On May 10, 2019, at 2:13 PM, Abhijit Pawar
> wrote:
> >>
> >> Hello,
> >>
> >> I am trying to index date in
Hello,
I am trying to index date in ISODate format like this saved in mongoDB
collection using DataImortHandler in SOLR 5.4.1:
{
.
.
"endDate" : ISODate("2019-03-12T21:53:16.841Z")
}
It throws below error:
*java.text.ParseException: Unparseable date: "Tue Mar 12 21:53:16 UTC 2019"*
Below is the
{ "name": "Apple",
"city": "Cupertino", "zip": 95014} ]}'
On Tue, Apr 9, 2019 at 3:28 PM Shawn Heisey wrote:
> On 4/9/2019 2:04 PM, Abhijit Pawar wrote:
> > Hello Guys,
> >
> > I am trying to index a JSO
Hello Guys,
I am trying to index a JSON array in one of my collections in mongoDB in
Solr 6.5.0 however it is not getting indexed.
I am using a DataImportHandler for this.
*Here's how the data looks in mongoDB:*
{
"idStr" : "5ca38e407b154dac08913a96",
"sampleAttr" : "sampleAttrVal",
*"a
:25857 Heap Memory Usage: -1 Deleted Docs:20
Version:42497 Segment Count:8
solr-config.xml:
${solr.ulog.dir:} ${solr.ulog.numVersionBuckets:65536}
Thanks!
Regards,
Abhijit
On Thu, Aug 23, 2018 at 3:30 PM Shawn Heisey wrote:
> On 8/23/2018 2:02 PM, Abhijit Pawar wr
Hello All,
Recently with no change in the configuration or code we are facing a
slowdown of approx 3 minutes while restarting the SOLR instance.Earlier it
used to come up in few seconds however now it takes so long.
*Error Message Displayed:*
Waiting up to 30 seconds to see Solr running on port 8
tried to drop some of child=true? They usually cause slicing to
> separate documents, rather than default "merge to root" mode.
>
> On Sun, May 27, 2018 at 9:48 PM, Abhijit Pawar >
> wrote:
>
> >
> > Hello,
> >
> > I am using DataImportHand
Hello,
I am using DataImportHandler to index data from mongoDB.
Here's how my data-source-config file looks like:
entityA(Root Entity) - *products*
entityB (child=true,pk=unique field) - *skus*
entityC - *attributevalues*
entityD - *attributenames*
entityE(c
Hello All,
I have added two new fields to a entity in data-source-config.xml file.
On running full-import it gets indexed fine and I can see the values for
those two fields just like other fields.
However on adding a nested entity under that entity and using a
TemplateTransformer on nested entity
> 10, then this is just a simple sort
>
> sort=boost desc,score desc
>
> If you want to do something fancier, see Function Queries in the ref
> guide. Or use edismax query parsing and add a boost query
>
> Best,
> Erick
>
>
>
> On Fri, Aug 11, 2017 at 10:
Hi,
I am working on a scenario trying to boost certain documents while indexing
over other documents.
I am using a DataImportHandler to import JSON documents from a MongoDB
datasource.
Here's my data-source-config file :
;
> Not that I know of
>
> Best,
> Erick
>
> On Mon, Aug 7, 2017 at 3:57 PM, Abhijit Pawar
> wrote:
> > Hi,
> >
> > I am using SynonymFilterFactory in my custom fieldType and I observed
> SOLR
> > picks up new synonyms from the synonyms.txt file only whe
Hi,
I am using SynonymFilterFactory in my custom fieldType and I observed SOLR
picks up new synonyms from the synonyms.txt file only when I bounce the
server.
Is there something we can do to get the synonyms picked up without bouncing
server?
Also can we have synonyms defined for certain document
:
However it just shows and empty array when data is indexed.Any idea how to
define field of type JSON ?
Best Regards,
<http://www.ibizsoftinc.com/>
<http://www.ibizsoftinc.com/>
Abhijit Pawar
Office : +1 (469) 287 2005 x 110
Follow us on:
On Sat, Apr 1, 2017 at 10
sed on what it receives. Otherwise you
> will need to carefully design a schema.xml.
> Cheers -- Rick
>
> On March 28, 2017 6:08:40 PM EDT, Abhijit Pawar <
> abhijit.ibizs...@gmail.com> wrote:
> >Hello All,
> >
> >I am working on a requirement to index field of
?
Best Regards,
<http://www.ibizsoftinc.com/>
<http://www.ibizsoftinc.com/>
Abhijit Pawar
Office : +1 (469) 287 2005 x 110
Follow us on:
On Tue, Mar 28, 2017 at 6:20 PM, Rick Leir wrote:
> Abhijit
> In Mongo you probably have one JSON record per document. You can post tha
Hello All,
I am working on a requirement to index field of type JSON (in mongoDB
collection) in SOLR 5.4.0.
I am using mongo-jdbc-dih which I found on GitHub :
https://github.com/hrishik/solr-mongodb-dih
However I could not find a fieldtype on Apache SOLR wiki page which would
support JSON data
Hello,
I am trying to index fields with ObjectId datatype from my mongoDB into
SOLR 5.4.0 using DIH(DataImportHandler) however it does not allow me to
index it.
I have to change it to string in my mongodb and then index it.
Is there a way to index ObjectId datatype fields in SOLR schema ?
Best
Hello,
I am working SOLR 5.4.1 which is installed on LINUX OS.
I have indexed the XML data and now using SOLRJ API to get it in my Java
class and displaying it in JSP page.
When I run the code it throws this exception :
Exception : Unable to create HttpClient instance.
Any idea how to resolve t
t Regards,
<http://www.ibizsoftinc.com/>
<http://www.ibizsoftinc.com/>
Abhijit Pawar
Office : +1 (469) 287 2005 x 110
Follow us on:
On Wed, Jan 18, 2017 at 9:33 AM, Abhijit Pawar
wrote:
> Thanks Shawn.
> As you rightly mentioned I will check with some who is familiar with JDBC
>
Thanks Shawn.
As you rightly mentioned I will check with some who is familiar with JDBC
for mongDB.
Thank you and take care.
Best Regards,
<http://www.ibizsoftinc.com/>
<http://www.ibizsoftinc.com/>
Abhijit Pawar
Office : +1 (469) 287 2005 x 110
Follow us on:
On Wed, Jan 18,
Hello,
Need your help on one small problem I am facing in SOLR.
I have added authentication for our mongodb database in data-source-config
file in SOLR.
This is the configuration I have done :
>*.*<>*]
Any idea what could be the issue.?Appreciate you help!!!
Thank You!
Best Regard
27 matches
Mail list logo