Re: Not all EML files are indexing during indexing

2020-06-02 Thread Zheng Lin Edwin Yeo
les and pushing this data into its index, so I'm guessing you've built > something external? > > Charlie > > > On 01/06/2020 02:13, Zheng Lin Edwin Yeo wrote: > > Hi, > > > > I am running this on Solr 7.6.0 > > > > Currently I have a situati

Not all EML files are indexing during indexing

2020-05-31 Thread Zheng Lin Edwin Yeo
Hi, I am running this on Solr 7.6.0 Currently I have a situation whereby there's more than 2 million EML file in a folder, and the folder is constantly updating the EML files with the latest information and adding new EML files. When I do the indexing, it is suppose to index the new EML files,

Re: Solr 8.5.1 startup error - lengthTag=109, too big.

2020-05-31 Thread Zheng Lin Edwin Yeo
ion. > How exactly do you generate your keystore, what is the keystore file > named, and do you specify the SOLR_SSL_KEY_STORE_TYPE env? > > Jan > > > 28. mai 2020 kl. 04:03 skrev Zheng Lin Edwin Yeo : > > > > Hi Mike, > > > > Thanks for your reply. > > &

Re: Solr 8.5.1 startup error - lengthTag=109, too big.

2020-05-27 Thread Zheng Lin Edwin Yeo
I would verify that you have no extra characters in your certificate file > (including line endings) and that the keystore type that you specified > matches the file you are presenting (JKS or PKCS12) > > Mike > > On Sat, May 23, 2020 at 10:11 PM Zheng Lin Edwin Yeo > &

Re: Sorting in other collection in Solr 8.5.1

2020-05-23 Thread Zheng Lin Edwin Yeo
Hi Vishal, Maybe you can post your query that you are using which has the issue too. Regards, Edwin On Sat, 23 May 2020 at 22:27, vishal patel wrote: > Hi > > I am upgrading Solr 8.5.1. I have created 2 shards and each has one > replica. > I have created 2 collection one is form and second is

Solr 8.5.1 startup error - lengthTag=109, too big.

2020-05-23 Thread Zheng Lin Edwin Yeo
Hi, I'm trying to upgrade from Solr 8.2.1 to Solr 8.5.1, with Solr SSL Authentication and Authorization. However, I get the following error when I enable SSL. The Solr itself can start up if there is no SSL. The main error that I see is this java.io.IOException: DerInputStream.getLength():

Re: "Missing" Docs in Solr

2019-08-16 Thread Zheng Lin Edwin Yeo
Hi, Did you encounter any error message during those occasions where you get 0 hits returned? Regards, Edwin On Fri, 16 Aug 2019 at 06:02, Brian Lininger wrote: > Hi All, > I'm seeing some odd behavior that I'm hoping someone might have encountered > before. We're using Solr 6.6.6 and very

Re: Running Solr as a service

2019-08-14 Thread Zheng Lin Edwin Yeo
2019 at 15:53, Eileen Mosch > wrote: > > > Hi Edwin, > > > > yes, it's possible. We already use Solr as service created with > > nssm.exe and it works fine. > > > > Example command: > > nssm install mySolrService path/to/solr/bin/solr.cmd "start -

Re: Running Solr as a service

2019-08-14 Thread Zheng Lin Edwin Yeo
ot; -p 8983 -s "path/to/store/solr/data" -m 4g" > > Good luck! > > Regards, > Eileen > > -Ursprüngliche Nachricht- > Von: Zheng Lin Edwin Yeo > Gesendet: Mittwoch, 14. August 2019 04:46 > An: solr-user@lucene.apache.org > Betreff: Running Sol

Re: Indexing information on number of attachments and their names in EML file

2019-08-14 Thread Zheng Lin Edwin Yeo
the Metadata that there are attachments, and there are 3 of them. Thank you. Regards, Edwin On Sat, 3 Aug 2019 at 07:19, Zheng Lin Edwin Yeo wrote: > Thanks for the reply, will find out more about it. > > Currently I am able to retrieve the normal Metadata of the email, but not >

Running Solr as a service

2019-08-13 Thread Zheng Lin Edwin Yeo
Hi, Is there anyway that we can run Solr as a service, and allow it to start automatically during the startup of the system? I have tried to set up the service by using nssm, but it only works for ZooKeeper and not Solr. I am using Solr 8.2.0. Regards, Edwin

Re: Clustering error in Solr 8.2.0

2019-08-13 Thread Zheng Lin Edwin Yeo
. Regards, Edwin On Tue, 13 Aug 2019 at 13:16, Jörn Franke wrote: > Depends if they do breaking changes in common-lang or not. > > By using an old version of a library such as common-lang you may introduce > security issues in your setup. > > > Am 13.08.2019 um 06:12 schrie

Re: Clustering error in Solr 8.2.0

2019-08-12 Thread Zheng Lin Edwin Yeo
we are currently stuck with the older version 1.15.1, which still uses commons-lang dependency. Regards, Edwin On Tue, 13 Aug 2019 at 00:14, Zheng Lin Edwin Yeo wrote: > Hi Kevin, > > Thanks for the info. > > I think should be lingo3g problem. The problem oc

Re: Solr join

2019-08-12 Thread Zheng Lin Edwin Yeo
Hi Iniyan, Will you be able to provide the query that you use, as well as the error message that you received? Regards, Edwin On Mon, 12 Aug 2019 at 01:57, Iniyan wrote: > Hi, > > I was trying to do join between 2 collections. For that I have followed the > tutorial how to create colocating

Re: Clustering error in Solr 8.2.0

2019-08-12 Thread Zheng Lin Edwin Yeo
ral and looks like it > requires a license to download. You would have to contact them to see if it > still uses commons-lang. You could also copy in commons-lang dependency. > > Kevin Risden > > > On Thu, Aug 8, 2019 at 10:23 PM Zheng Lin Edwin Yeo > wrote: > > > Hi Erick, &

Re: Clustering error in Solr 8.2.0

2019-08-08 Thread Zheng Lin Edwin Yeo
; Best, > Erick > > > On Aug 8, 2019, at 4:22 AM, Zheng Lin Edwin Yeo > wrote: > > > > ObjectUtils > >

Clustering error in Solr 8.2.0

2019-08-08 Thread Zheng Lin Edwin Yeo
Hi, I am currently working on the upgrade from Solr 7.7.1 to Solr 8.2.0. For the clustering, I am using lingo3g. There was no error in the earlier version, but I am getting this error in Solr 8.2.0, even though the configurations are the same. This is my configuration for clustering in

Re: Solr 8.2.0 having issue with ZooKeeper 3.5.5

2019-08-07 Thread Zheng Lin Edwin Yeo
I have managed to get it to work. The issue with the creation of collection is due to the SSL settings. So now should be able to continue to use as per normal while waiting for the cosmetic issue to be resolve. Thank you. Regards, Edwin On Wed, 7 Aug 2019 at 17:07, Zheng Lin Edwin Yeo wrote

Re: Solr 8.2.0 having issue with ZooKeeper 3.5.5

2019-08-07 Thread Zheng Lin Edwin Yeo
n? > > Jan Høydahl > > > 7. aug. 2019 kl. 05:33 skrev Zheng Lin Edwin Yeo : > > > > Hi, > > > > From my Solr logs, any leads on why the collection creation failed, if > the > > issue is only a cosmetic issue? > > > > It can work correc

Re: Solr 8.2.0 having issue with ZooKeeper 3.5.5

2019-08-06 Thread Zheng Lin Edwin Yeo
and-alone mode - no issues > * ZK Ensemble - it seems to be only a cosmetic issue in the Admin UI (I > see the same error message), but aside this Solr is working fine > > > > > Am 01.08.2019 um 12:02 schrieb Zheng Lin Edwin Yeo >: > > > > Hi Jörn, > > T

Re: Indexing information on number of attachments and their names in EML file

2019-08-02 Thread Zheng Lin Edwin Yeo
at 3:43 AM Jan Høydahl wrote: > > > > Try the Apache Tika mailing list. > > > > -- > > Jan Høydahl, search solution architect > > Cominvent AS - www.cominvent.com > > > > > 2. aug. 2019 kl. 05:01 skrev Zheng Lin Edwin Yeo >: > > >

Re: Basic Authentication problem

2019-08-02 Thread Zheng Lin Edwin Yeo
rd + salt) and enter it in security.json file. But, I have no > idea how to generate the SHA256 equivalent of my password. > > > Any suggestions? > > > > On Fri, Aug 2, 2019 at 10:55 AM Zheng Lin Edwin Yeo > wrote: > > > Hi Salmaan, > > > > Does your

Re: Basic Authentication problem

2019-08-01 Thread Zheng Lin Edwin Yeo
the curl command to update password > or add new users it doesn't work. > > I don't know what is going wrong with curl command! > > Regards, > Salmaan > > > On Fri, Aug 2, 2019 at 8:26 AM Zheng Lin Edwin Yeo > wrote: > > > Have you tried to acce

Re: Indexing information on number of attachments and their names in EML file

2019-08-01 Thread Zheng Lin Edwin Yeo
Hi, Does anyone knows if this can be done on the Solr side? Or it has to be done on the Tika side? Regards, Edwin On Thu, 1 Aug 2019 at 09:38, Zheng Lin Edwin Yeo wrote: > Hi, > > Would like to check, Is there anyway which we can detect the number of > attachments and their

Re: Basic Authentication problem

2019-08-01 Thread Zheng Lin Edwin Yeo
Have you tried to access the Solr Admin UI with your created user name and password to see if it works? Regards, Edwin On Thu, 1 Aug 2019 at 19:51, Salmaan Rashid Syed wrote: > Hi Solr User, > > Please help me with my issue. > > I have enabled Solr basic authentication as shown in Solr

Re: Solr 8.2.0 having issue with ZooKeeper 3.5.5

2019-08-01 Thread Zheng Lin Edwin Yeo
Erick > > > > Also, see: SOLR-13502 (no work has been done on this yet) > > > >> On Aug 1, 2019, at 6:05 AM, Jörn Franke wrote: > >> > >> For me: > >> * ZK stand-alone mode - no issues > >> * ZK Ensemble - it seems to be only a cosmetic issu

Re: Solr 8.2.0 having issue with ZooKeeper 3.5.5

2019-08-01 Thread Zheng Lin Edwin Yeo
in UI because Solr appears to > function normally. > > > Am 01.08.2019 um 03:31 schrieb Zheng Lin Edwin Yeo >: > > > > Yes. You can get my full solr.log from the link below. The error is there > > when I tried to create collection1 (around line 170

Indexing information on number of attachments and their names in EML file

2019-07-31 Thread Zheng Lin Edwin Yeo
Hi, Would like to check, Is there anyway which we can detect the number of attachments and their names during indexing of EML files in Solr, and index those information into Solr? Currently, Solr is able to use Tika and Tesseract OCR to extract the contents of the attachments. However, I could

Re: Solr 8.2.0 having issue with ZooKeeper 3.5.5

2019-07-31 Thread Zheng Lin Edwin Yeo
uot;:"Underlying core creation failed while creating collection: > > collection1", > >"rspCode":400}, > > "error":{ > > "metadata":[ > > "error-class","org.apache.solr.common.SolrException", > >

Re: Solr 8.2.0 having issue with ZooKeeper 3.5.5

2019-07-31 Thread Zheng Lin Edwin Yeo
you restart zookeeper after config change ? > > > Am 30.07.2019 um 04:05 schrieb Zheng Lin Edwin Yeo >: > > > > Hi, > > > > I am using the new Solr 8.2.0 with SolrCloud and external ZooKeeper > 3.5.5. > > > > However, after adding in the line unde

Re: Solr 8.2.0 having issue with ZooKeeper 3.5.5

2019-07-31 Thread Zheng Lin Edwin Yeo
core creation failed while creating collection: collection1", "rspCode":400}, "error":{ "metadata":[ "error-class","org.apache.solr.common.SolrException", "root-error-class","org.apache.solr.common.SolrException"], "

Solr 8.2.0 having issue with ZooKeeper 3.5.5

2019-07-29 Thread Zheng Lin Edwin Yeo
Hi, I am using the new Solr 8.2.0 with SolrCloud and external ZooKeeper 3.5.5. However, after adding in the line under zoo.cfg *4lw.commands.whitelist=** I get the error under Cloud -> ZK Status in Solr *"Errors: - membership: Check 4lq.commands.whitelist setting in zookeeper configuration

Removing message_raw_header prefix from field names

2019-07-15 Thread Zheng Lin Edwin Yeo
Hi, When I index EML files to Solr, I realised that there are certain fields which are prefix with message_raw_header (Eg: message_raw_header_x_receiver). There is no message_raw_header prefix in the EML files. Is there any way that we can remove the message_raw_header for all the fields

Re: Numeric value ignored by EdgeNGramFilterFactory

2019-07-04 Thread Zheng Lin Edwin Yeo
Hi, You can use the "Analysis" page in the Solr Admin UI to input your value and test the output, and see how the tokenizersand various filters does to your value. Regards, Edwin On Thu, 4 Jul 2019 at 17:28, Yasufumi Mizoguchi wrote: > Hi, > > EdgeNGramFilterFactory seems to drop tokens

Re: Release of Solr 8.1.2 bug fix

2019-07-03 Thread Zheng Lin Edwin Yeo
ase, and is actively > working on it. And all of the bugs have been merged that committers > asked Dat to wait for. Beyond that, there's no real timeline. > Hopefully it'll be soon, but not necessarily. > > Best, > > Jason > > On Wed, Jul 3, 2019 at 2:34 AM Zheng Lin Edwin Yeo

Release of Solr 8.1.2 bug fix

2019-07-03 Thread Zheng Lin Edwin Yeo
Hi, I understand that currently there is plan for a Solr 8.1.2 bug fix release to resolve some of the bugs, like the SOLR-13510 basic authentication issue. Would like to check, what is the timeline like for the release? Regards, Edwin

Re: highlighting not working as expected

2019-06-29 Thread Zheng Lin Edwin Yeo
Hi, If you are using the type "string", it will require exact match, including space and upper/lower case. You can use the type "text" for a start, but further down the road it will be good to have your own custom fieldType with your own tokenizer and filter. Regards, Edwin On Tue, 25 Jun 2019

Re: Intermittent error 401 with JSON Facet query to retrieve count all collections

2019-06-05 Thread Zheng Lin Edwin Yeo
; > Jason > > On Tue, Jun 4, 2019 at 2:45 AM Zheng Lin Edwin Yeo > wrote: > > > > Hi Jason, > > > > Thanks for your reply. > > > > I have tried to add the "forwardCredentials": true in the security.json, > > but I still get the sa

Re: highlighting not working as expected

2019-06-04 Thread Zheng Lin Edwin Yeo
Hi Martin, What fieldType are you using for the field “Sagstitel”? Is it the same as other fields? Regards, Edwin On Mon, 3 Jun 2019 at 16:06, Martin Frank Hansen (MHQ) wrote: > Hi, > > I am having some difficulties making highlighting work. For some reason > the highlighting feature only

Re: Intermittent error 401 with JSON Facet query to retrieve count all collections

2019-06-04 Thread Zheng Lin Edwin Yeo
Hi Jason, Thanks for your reply. I have tried to add the "forwardCredentials": true in the security.json, but I still get the same error. Regards, Edwin On Mon, 3 Jun 2019 at 22:19, Colvin Cowie wrote: > Hi, thanks I'll give that a go when I get a chance. > > I was trying to reply to an

Re: Solr 7.7.1 indexing failing with analysis error: startOffset must be non-negative, and endOffset must be >= startOffset, and offsets must not go backwards

2019-05-27 Thread Zheng Lin Edwin Yeo
How are you indexing the message, or what is the command that you used to index the message? Also, the attachment might not make it to the server, so you likely need to upload the file to a file sharing / storage site and share the link here. Regards, Edwin On Mon, 27 May 2019 at 15:24, SAM

Re: collection exists but delete by query fails

2019-05-10 Thread Zheng Lin Edwin Yeo
Hi, What is the query or code that you are using when you encounter the error? Regards, Edwin On Thu, 9 May 2019 at 10:36, Aroop Ganguly wrote: > > > Hi > > I am on Solr 7.5 and I am issuing a delete-by-query using CloudSolrClient > The collection exists but issuing a deletebyquery is failing

Re: Intermittent error 401 with JSON Facet query to retrieve count all collections

2019-04-30 Thread Zheng Lin Edwin Yeo
Hi, Any expected timeline on when we can solve this bug? Regards, Edwin On Fri, 26 Apr 2019 at 00:21, Zheng Lin Edwin Yeo wrote: > Thanks Jan. > > I have created a bug in JIRA under > https://issues.apache.org/jira/browse/SOLR-13421 > > Regards, > Edwin > > On Thu

Re: Intermittent error 401 with JSON Facet query to retrieve count all collections

2019-04-25 Thread Zheng Lin Edwin Yeo
e auto-computed shards it > gets from ZK, but have not looked into it in detail yet. > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > > > 25. apr. 2019 kl. 09:15 skrev Zheng Lin Edwin Yeo >: > > > > Regarding the issue, we h

Re: Intermittent error 401 with JSON Facet query to retrieve count all collections

2019-04-25 Thread Zheng Lin Edwin Yeo
this issue in the earlier version of Solr. Appreciate if anyone can advice on this weird scenario? Thank you. Regards, Edwin On Wed, 24 Apr 2019 at 15:20, Zheng Lin Edwin Yeo wrote: > Hi, > > > I am using the below JSON Facet to retrieve the count of all the different > collectio

Intermittent error 401 with JSON Facet query to retrieve count all collections

2019-04-24 Thread Zheng Lin Edwin Yeo
Solr 7.7, even though I have set up the same authentication for all the versions. What could be the issue that causes this? Below is the format of my security.json: { "authentication": {"blockUnknown": true,"class":"solr.BasicAuthPlugin", "crede

Re: JSON Facet query to retrieve count all collections in Solr 8.0.0

2019-04-21 Thread Zheng Lin Edwin Yeo
Hi, Anyone has experienced this or have any insights of this? Regards, Edwin On Thu, 18 Apr 2019 at 18:04, Zheng Lin Edwin Yeo wrote: > Is there possibility that this could be a bug in the new Solr 8.0.0? > > Since I do not face the issue in the earlier version, and I have not >

Re: JSON Facet query to retrieve count all collections in Solr 8.0.0

2019-04-18 Thread Zheng Lin Edwin Yeo
, Edwin On Thu, 18 Apr 2019 at 10:10, Zheng Lin Edwin Yeo wrote: > Hi Jason, > > The same problem still persist after restarting my Solr nodes. The only > time the problem didn't occur is when I disabled the basic authentication. > > I have tried with a few "/select?q=*:*&qu

Re: JSON Facet query to retrieve count all collections in Solr 8.0.0

2019-04-17 Thread Zheng Lin Edwin Yeo
r Solr nodes? > > Good luck, > > Jason > > On Wed, Apr 17, 2019 at 4:05 AM Zheng Lin Edwin Yeo > wrote: > > > > Hi, > > > > For your info, I have enabled basic authentication and SSL in all the 3 > > versions, and I'm not sure if the issue is more on

Re: JSON Facet query to retrieve count all collections in Solr 8.0.0

2019-04-17 Thread Zheng Lin Edwin Yeo
Hi, For your info, I have enabled basic authentication and SSL in all the 3 versions, and I'm not sure if the issue is more on the authentication side instead of the JSON Facet query? Regards, Edwin On Wed, 17 Apr 2019 at 06:54, Zheng Lin Edwin Yeo wrote: > Hi Jason, > > Yes, that i

Re: Solr 8.0.0 Delta import add/delete data

2019-04-15 Thread Zheng Lin Edwin Yeo
us new records are added and around the same number deleted. > > For Full Import it takes approximately 4 minutes to Index. > > Regards, > > Anuj > > On Mon, 15 Apr 2019 at 07:29, Zheng Lin Edwin Yeo > wrote: > > > Have you tried how long does it take to index a

JSON Facet query to retrieve count all collections in Solr 8.0.0

2019-04-15 Thread Zheng Lin Edwin Yeo
Hi, I am using the below JSON Facet to retrieve the count of all the different collections in one query.

Re: Multivalue Field lookup

2019-04-14 Thread Zheng Lin Edwin Yeo
You need to set the field which you want to highlight in the hl.fl parameter in your solrconfig.xml. Highlighting can work in String field. Regards, Edwin On Mon, 15 Apr 2019 at 05:53, Kumaresh AK wrote: > How would I go about change by field type to facilitate highlighting ? I > tried hl on

Re: Solr 8.0.0 Delta import add/delete data

2019-04-14 Thread Zheng Lin Edwin Yeo
Have you tried how long does it take to index all the entries? Regards, Edwin On Fri, 12 Apr 2019 at 12:32, Anuj Bhargava wrote: > We have a MySql database (news) which has the following fields - > posting_id, date, name, currency, country, expiry etc > > The database has more than 120

Re: Solr nested objects (child documents)

2019-04-11 Thread Zheng Lin Edwin Yeo
Which Solr version are you using? Regards, Edwin On Thu, 11 Apr 2019 at 22:34, roiwexler wrote: > Hi, > we're at the process of testing Solr for it's indexing speed which is very > impotent to our application. > we've witnessed strange behavior that we wish to understand before using > it. >

Re: Indexing in one collection affect index in another collection

2019-04-04 Thread Zheng Lin Edwin Yeo
Hi all, This issue is still surfacing in the new Soir 8.0.0. Can't really figure out what is the issue, as it occurs also in system with more memory. Anyone has any further insights on this? Regards, Edwin On Fri, 15 Feb 2019 at 18:40, Zheng Lin Edwin Yeo wrote: > Hi Shawn, > > T

Re: Slower indexing speed in Solr 8.0.0

2019-04-03 Thread Zheng Lin Edwin Yeo
Smiley > Apache Lucene/Solr Search Developer > http://www.linkedin.com/in/davidwsmiley > > > On Tue, Apr 2, 2019 at 10:17 PM Zheng Lin Edwin Yeo > wrote: > > > Hi, > > > > I am setting up the latest Solr 8.0.0, and I am re-indexing the data from > > scrat

Re: Slower indexing speed in Solr 8.0.0

2019-04-03 Thread Zheng Lin Edwin Yeo
2019 at 15:45, Toke Eskildsen wrote: > On Wed, 2019-04-03 at 15:24 +0800, Zheng Lin Edwin Yeo wrote: > > Yes, I am using DocValues for most of my fields. > > So that's a culprit. Thank you. > > > Currently we can't share the test data yet as some of the records are > &

Re: Slower indexing speed in Solr 8.0.0

2019-04-03 Thread Zheng Lin Edwin Yeo
of the records are sensitive. Do you have any data from CSV file that you can test? If not we have to remove all the sensitive data before I can share. Regards, Edwin On Wed, 3 Apr 2019 at 14:38, Toke Eskildsen wrote: > On Wed, 2019-04-03 at 10:17 +0800, Zheng Lin Edwin Yeo wrote: > > W

Re: Slower indexing speed in Solr 8.0.0

2019-04-02 Thread Zheng Lin Edwin Yeo
nk/spark)? > How many documents do you index at a time? > > How many times have u run the indexer job on the new 8.0 setup before > concluding its slower? > Make a matrix of all these variables and test over at least 5 runs before > making an opinion. > > I’d love hear more > >

Re: Slower indexing speed in Solr 8.0.0

2019-04-02 Thread Zheng Lin Edwin Yeo
For additional info, I am still using the same version of the major components like ZooKeeper, Tika, Carrot2 and Jetty. Regards, Edwin On Wed, 3 Apr 2019 at 10:17, Zheng Lin Edwin Yeo wrote: > Hi, > > I am setting up the latest Solr 8.0.0, and I am re-indexing the data from > scr

Re: Error getting replica locations : unable to get autoscaling policy session when creating collection

2019-04-02 Thread Zheng Lin Edwin Yeo
I run the following command to allow Solr and ZooKeeper to communicate via https. Without this, they are still trying to communicate via http. zkcli.bat -zkhost localhost:2181 -cmd clusterprop -name urlScheme -val https Another issue which may cause this issue is that you have not created the

Slower indexing speed in Solr 8.0.0

2019-04-02 Thread Zheng Lin Edwin Yeo
Hi, I am setting up the latest Solr 8.0.0, and I am re-indexing the data from scratch in Solr 8.0.0 However, I found that the indexing speed is slower in Solr 8.0.0, as compared to the earlier version like Solr 7.7.1. I have not changed the schema.xml and solrconfig.xml yet, just did a change of

Re: IndexWriter has closed

2019-04-02 Thread Zheng Lin Edwin Yeo
unds. > I have not been able to reproduce this since this date. > > > On Apr 1, 2019, at 7:28 PM, Zheng Lin Edwin Yeo > wrote: > > > > Have you check if there are enough space to index all the documents on > your > > disk? > > > > Regards, > > Edw

Re: IndexWriter has closed

2019-04-01 Thread Zheng Lin Edwin Yeo
Have you check if there are enough space to index all the documents on your disk? Regards, Edwin On Fri, 29 Mar 2019 at 15:16, Aroop Ganguly wrote: > Trying again .. Any idea why this might happen? > > > > On Mar 27, 2019, at 10:43 PM, Aroop Ganguly > wrote: > > > > Hi Everyone > > > > My

Re: problems with indexing documents

2019-04-01 Thread Zheng Lin Edwin Yeo
Hi Bill, Previously, did you index the date in the same format as you are using now, or in the Solr format of "-MM-DDTHH:MM:SSZ"? Regards, Edwin On Tue, 2 Apr 2019 at 00:32, Bill Tantzen wrote: > In a legacy application using Solr 4.1 and solrj, I have always been > able to add documents

Re: Upgrade Solr 8.0.0 issue

2019-03-29 Thread Zheng Lin Edwin Yeo
gt; > Sent from Outlook <http://aka.ms/weboutlook> > ---------- > *From:* Zheng Lin Edwin Yeo > *Sent:* Friday, March 29, 2019 1:39 PM > *To:* vishal patel > *Subject:* Re: Upgrade Solr 8.0.0 issue > > Yes. > Also delete the product_shard1_replica_n1 f

Re: Upgrade Solr 8.0.0 issue

2019-03-29 Thread Zheng Lin Edwin Yeo
g.xml. > > Sent from Outlook <http://aka.ms/weboutlook> > -- > *From:* Zheng Lin Edwin Yeo > *Sent:* Friday, March 29, 2019 11:00 AM > *To:* vishal patel > *Cc:* solr-user@lucene.apache.org > *Subject:* Re: Upgrade Solr 8.0.0 issue > > Usually

Re: Upgrade Solr 8.0.0 issue

2019-03-28 Thread Zheng Lin Edwin Yeo
; re-index after the upgrade.I want only same schema.xml of solr 6.0.0. > > Sent from Outlook <http://aka.ms/weboutlook> > -- > *From:* Zheng Lin Edwin Yeo > *Sent:* Friday, March 29, 2019 8:47 AM > *To:* solr-user@lucene.apache.org > *Subject:

Re: Solr unable to start up after setting up SSL in Solr 7.4.0

2019-03-28 Thread Zheng Lin Edwin Yeo
Hi, Regarding the issue with jetty-ssl.xml which I have mentioned previously, seems that the issue still exists in Solr 8.0.0 if I use the jetty-ssl.xml that comes with Solr 8.0.0. Regards, Edwin On Fri, 24 Aug 2018 at 09:19, Zheng Lin Edwin Yeo wrote: > Thanks for the advice. > >

Re: Upgrade Solr 8.0.0 issue

2019-03-28 Thread Zheng Lin Edwin Yeo
Hi Vishal, There could be problem with your index if you upgrade directly from Solr 6.1.0 to Solr 8.0.0, which is two major version, as Solr only supports upgrade for one major version. Regards, Edwin On Thu, 28 Mar 2019 at 21:30, vishal patel wrote: > Hi > > I am upgrading solr 6.1.0 to

Questions on nested child document split using the "split" parameter

2019-03-27 Thread Zheng Lin Edwin Yeo
Hi, I am trying to find more information regarding this upgrade in Solr 8.0.0, but I could not really understand what it means, and couldn't find much information on that, especailly that the Solr User Guide for 8.0.0 is not released yet. SOLR-12633

Re: coreNodeName core_node2 does not exist in shard shard1, ignore the exception if the replica was deleted Solr 8.0.0

2019-03-27 Thread Zheng Lin Edwin Yeo
Normally I will not remove the version-2 folder in ZooKeeper when making changes to the schema.xml or solrconfig.xml. I will just upconfig the new configuration to the ZooKeeper, and do the Reload of the collection in Solr. Regards, Edwin On Wed, 27 Mar 2019 at 20:53, vishal patel wrote: >

Re: Solr Spell Check not giving results back

2019-03-26 Thread Zheng Lin Edwin Yeo
Hi, I think your schema/config didn't get through. Also, which Solr version are you using when you face this issue? Regards, Edwin On Tue, 26 Mar 2019 at 14:14, Deoxyribonucleic_DNA ... < deoxyribonucleic_...@hotmail.com> wrote: > Hi could some one take look at the scheme/config stuff I've

Re: Problem with white space or special characters in function queries

2019-03-26 Thread Zheng Lin Edwin Yeo
Hi Shamik, String fieldType should keep the space. Can you give the full query that you used when you get the error? Also, which Solr version are you using? Regards, Edwin On Wed, 27 Mar 2019 at 03:16, shamik wrote: > Edwin, > >The field is a string type, here's the field definition. > >

Re: Problem with white space or special characters in function queries

2019-03-25 Thread Zheng Lin Edwin Yeo
Hi Shamik, What fieldType are you using for the field that you are doing the function queries on? Regards, Edwin On Tue, 26 Mar 2019 at 06:40, Shamik Bandopadhyay wrote: > Hi, > >I'm having trouble handling white space or special characters in > function queries. Here's a sample function:

Re: solr _route_ key now working

2019-03-25 Thread Zheng Lin Edwin Yeo
s _route_=“123\:456!” But didn’t give expected > results > Thanks > Jay > > > On Mar 24, 2019, at 8:30 PM, Zheng Lin Edwin Yeo > wrote: > > > > Hi, > > > > The character ":" is a special character, so it requires escaping during &g

Re: solr _route_ key now working

2019-03-24 Thread Zheng Lin Edwin Yeo
Hi, The character ":" is a special character, so it requires escaping during the search. You can try to search with query _route_="a\:b!". Regards, Edwin On Mon, 25 Mar 2019 at 07:59, Jay Potharaju wrote: > Hi, > My document id has a format of a:b!c, when I query _route_="a:b!" it does > not

Re: RegexReplaceProcessorFactory pattern to detect multiple \n

2019-03-20 Thread Zheng Lin Edwin Yeo
Hi Paul, Would like to check, if there is any difference in performance when we use the two different patterns method? (\n\W*){2,} [ \t\x0b\f]*\r?\n Regards, Edwin On Thu, 14 Mar 2019 at 09:36, Zheng Lin Edwin Yeo wrote: > Hi Paul, > > Thanks for your reply. > > So far we did

Re: Gather Nodes Streaming

2019-03-20 Thread Zheng Lin Edwin Yeo
Hi, What is the fieldType of your 'to field? Which tokenizers/filters is it using? Also, which Solr version are you using? Regards, Edwin On Thu, 21 Mar 2019 at 01:57, Susmit Shukla wrote: > Hi, > > Trying to use solr streaming 'gatherNodes' function. It is for extracting > email graph based

Re: Solr Suggester component not returning any results

2019-03-19 Thread Zheng Lin Edwin Yeo
Hi, Will you be able to post your configurations for your /suggest requestHandler in solrconfig.xml? Regards, Edwin On Wed, 20 Mar 2019 at 02:40, Deoxyribonucleic_DNA ... < deoxyribonucleic_...@hotmail.com> wrote: > Hi, I'm trying to implement the suggester component in Solr, based off > the

Re: Fetching All Terms and Corresponding Documents

2019-03-18 Thread Zheng Lin Edwin Yeo
Hi, You can take a look at MoreLikeThis from the Solr Reference Guide at https://lucene.apache.org/solr/guide/7_7/morelikethis.html, and see if it fits what you are looking for. Regards, Edwin On Mon, 18 Mar 2019 at 22:24, Furkan KAMACI wrote: > Hi, > > I need to iterate on all terms at Solr

Re: Behavior of Function Query

2019-03-18 Thread Zheng Lin Edwin Yeo
Hi, Which version of Solr are you running? How many shards/replica is this running on, and are you running on SolrCloud? Regards, Edwin On Mon, 18 Mar 2019 at 22:19, Ashish Bisht wrote: > Please see the below requests and response > > http://Sol:8983/solr/SCSpell/select?q="*internet of > >

Re: Re: obfuscated password error

2019-03-18 Thread Zheng Lin Edwin Yeo
Hi, Did you generate your keystore with the obfuscated password or the plain text password? Regards, Edwin On Tue, 19 Mar 2019 at 02:32, Branham, Jeremy (Experis) wrote: > I’m not sure if you are sharing the trust/keystores, so I may be off-base > here… > > Some thoughts – > - Verify your VM

Re: Authorization fails but api still renders

2019-03-14 Thread Zheng Lin Edwin Yeo
Hi, Can't really catch your question. Are you facing the error 401 on all the clusters or just one of them? Also, which Solr version are you using? Regards, Edwin On Fri, 15 Mar 2019 at 05:15, Branham, Jeremy (Experis) wrote: > I’ve discovered the authorization works properly if I use the

Re: RegexReplaceProcessorFactory pattern to detect multiple \n

2019-03-13 Thread Zheng Lin Edwin Yeo
the problem. > ____ > Von: Zheng Lin Edwin Yeo > Gesendet: Mittwoch, 13. März 2019 03:25:39 > An: solr-user@lucene.apache.org > Betreff: Re: RegexReplaceProcessorFactory pattern to detect multiple \n > > Hi, > > We have managed to reso

Re: All replicas created on the same node

2019-03-12 Thread Zheng Lin Edwin Yeo
I think the attachment didn't get through. You may need to upload your attachment to a sharing site and share the link. Regards, Edwin On Wed, 13 Mar 2019 at 03:03, Tannen, Lev (USAEO) [Contractor] wrote: > I run the same url on both IE11 and Google Chrome. Attached are the left > panels of

Re: RegexReplaceProcessorFactory pattern to detect multiple \n

2019-03-12 Thread Zheng Lin Edwin Yeo
this config, and it works. content (\n\W*){2,} brbr true content (\n\W*){1,} br true Regards, Edwin On Tue, 12 Mar 2019 at 10:49, Zheng Lin Edwin Yeo wrote: > Hi, > > Has anyone else faced the same issue before? > So far all the regex patterns that we tried in

Re: RegexReplaceProcessorFactory pattern to detect multiple \n

2019-03-11 Thread Zheng Lin Edwin Yeo
Hi, Has anyone else faced the same issue before? So far all the regex patterns that we tried in this thread are not able to resolve the issue. Regards, Edwin On Fri, 8 Mar 2019 at 12:17, Zheng Lin Edwin Yeo wrote: > Hi Paul, > > Sorry, I realized there is an extra ']' in the pattern

Re: Delay searches till log replay finishes

2019-03-07 Thread Zheng Lin Edwin Yeo
Hi, Do you mean that when you startup Solr, it will automatically do the search request even before the Solr is fully started up? Regards, Edwin On Fri, 8 Mar 2019 at 10:13, Rahul Goswami wrote: > Hello Solr gurus, > > I am using Solr 7.2.1 (non-SolrCloud). I have a situation where Solr got

Re: Problem with Wild card search in solr

2019-03-07 Thread Zheng Lin Edwin Yeo
Hi, Are you able to provide the required settings in your schema and solrconfig? Also, which Solr version are you using? Regards, Edwin On Fri, 8 Mar 2019 at 10:58, Ahemad Ali wrote: > Hi all,I tired creating schema with analyzer Ngramfilterfactory for the > column with min 3 and Max 35 but

Re: RegexReplaceProcessorFactory pattern to detect multiple \n

2019-03-07 Thread Zheng Lin Edwin Yeo
true content (br[ \t\x0b\f]*){3,} brbr true Regards, Edwin On Thu, 7 Mar 2019 at 22:51, Zheng Lin Edwin Yeo wrote: > Hi Paul, > > Thanks for the reply. > > For the 2nd pattern, if we put this pattern name="pattern">(br[ \t\x0b\f]]*){3,}, which

Re: RegexReplaceProcessorFactory pattern to detect multiple \n

2019-03-07 Thread Zheng Lin Edwin Yeo
en the are coming from. It should be possible to allow for spaces > between the in the second match pattern however i.e. 2nd pattern > > > > (br[ \t\x0b\f]]*){3,} > > > > /Paul > > > > Gesendet von Mail<https://go.microsoft.com/fwlink/?LinkId=550986> f

Re: DateRangeField, but with Integers instead of dates?

2019-03-06 Thread Zheng Lin Edwin Yeo
Hi, Do you mean you plan to index a range of number into a single field? Regards, Edwin On Wed, 6 Mar 2019 at 17:53, Ryan Yacyshyn wrote: > Hi all, > > Is there a way I can perform a filter query on a field that contains a > numeric range? Very much like how we can query over a date range: >

Re: Error when trying to create a collection with SolrCloud and Zookeeper Ensemble

2019-03-06 Thread Zheng Lin Edwin Yeo
Hi, How is your setup like? Which version of Solr and ZooKeeper are you using? And are you enabling Basic Authentication and SSL in your Solr? Regards, Edwin On Wed, 6 Mar 2019 at 13:37, maimuna ambareen wrote: > I received the below error when i tried to create a collection with > SolrCloud

Re: RegexReplaceProcessorFactory pattern to detect multiple \n

2019-03-06 Thread Zheng Lin Edwin Yeo
rmfeed] > > > > Regards, > > Paul > > > > Gesendet von Mail<https://go.microsoft.com/fwlink/?LinkId=550986> für > Windows 10 > > > > Von: Zheng Lin Edwin Yeo<mailto:edwinye...@gmail.com> > Gesendet: Mittwoch, 6. März 2

Re: RegexReplaceProcessorFactory pattern to detect multiple \n

2019-03-05 Thread Zheng Lin Edwin Yeo
On Wed, 6 Mar 2019 at 11:37, Zheng Lin Edwin Yeo wrote: > Hi Paul, > > Further to my previous email, which there was an extra "}" in the > configuration, I have changed to use the below configuration based on your > suggestion. > > >content >[ \t]*\r?\n

Re: RegexReplaceProcessorFactory pattern to detect multiple \n

2019-03-05 Thread Zheng Lin Edwin Yeo
ent:* http://www.concorded.com/ On Tue, Dec 18, 2018 at 10:07 AM Regards, Edwin On Wed, 6 Mar 2019 at 00:29, Zheng Lin Edwin Yeo wrote: > Hi Paul, > > Thank you for the reply. > > I have tried to add the following configuration according to your > suggestion: > > >conten

Re: RegexReplaceProcessorFactory pattern to detect multiple \n

2019-03-05 Thread Zheng Lin Edwin Yeo
> The second pattern replacement should replace 3 or more ‘’ sequences > to 2 ‘’ sequences: > > > > (brbr){3,} > > brbr > > > > Hope this approach works. Sorry for not replying earlier and best regards, > > Paul > > > > > > Gesendet von

Re: Problem with date field with insert NULL or date '0000-00-00' in solr

2019-03-04 Thread Zheng Lin Edwin Yeo
Usually for this situation, I will set an arbitrary date like '1900-01-01'. Solr's date field won't be able to accept value like 'null' or '-00-00'. Regards, Edwin On Mon, 4 Mar 2019 at 20:55, Jörn Franke wrote: > Simply not insert it > > > Am 04.03.2019 um 09:30 schrieb Jasmin Mamtora : >

  1   2   3   4   5   6   7   8   9   10   >