Re: Unable to RESTORE collections via Collections API

2020-04-15 Thread Eugene Livis
ed working: ${solr.ulog.dir:} ${solr.ulog.numVersionBuckets:65536} On Wed, Apr 8, 2020 at 5:17 PM Eugene Livis wrote: > Hello, > > I have been unsuccessfully trying to find a way to restore a collection > using the Collections API for the last several days. *I would > greatly ap

Unable to RESTORE collections via Collections API

2020-04-08 Thread Eugene Livis
Hello, I have been unsuccessfully trying to find a way to restore a collection using the Collections API for the last several days. *I would greatly appreciate any help as I am now stuck.* I am using Solr 8.2 in cloud mode. To simplify things, I have only a single Solr node on my local machine (th

Implementing custom analyzer for multi-language stemming

2014-07-30 Thread Eugene
Hello, fellow Solr and Lucene users and developers! In our project we receive text from users in different languages. We detect language automatically and use Google Translate APIs a lot (so having arbitrary number of languages in our system doesn't concern us). However we need to be able

Dynamic rating based on "Like" feature

2011-11-05 Thread Eugene Strokin
what could you suggest? Thanks in advance, any advice, information, anything are greatly appreciated. Eugene S.

Case Insensitive Sting

2011-10-04 Thread Strokin, Eugene
rn the document, nor "xyz 123 ABC" query, but "abc 123 XYZ" should. Am I correct in my assumption, or am I missing something? Any comments are appreciated, Thank you, Eugene S.

Adding Query Filter custom implementation to Solr's pipeline

2011-09-09 Thread Eugene Prystupa
hanks! -Eugene This email and any attachments may contain information which is confidential and/or privileged. The information is intended exclusively for the addressee and the views expressed may not be official policy, but the personal views of the originator. I

Custom sorting doesn't work properly.

2011-06-15 Thread Eugene Stherbin
} return -1; } else if (val2 == null) { return 1; } return val1.compareTo(val2); }* May be somebody know why incorrect sorting order happened when solr configured with shards. -- Best Regards, Eugene Stherbin Exadel Inc,

Re: java.lang.NullPointerException at org.apache.solr.handler.component.QueryComponent.mergeIds(QueryComponent.java:421)

2009-11-17 Thread Eugene Dzhurinsky
On Tue, Nov 17, 2009 at 06:09:56PM +0200, Eugene Dzhurinsky wrote: > java.lang.NullPointerException > at > org.apache.solr.handler.component.QueryComponent.mergeIds(QueryComponent.java:421) I compared schema.xml from Solr installation package with the one I created, and found ou

java.lang.NullPointerException at org.apache.solr.handler.component.QueryComponent.mergeIds(QueryComponent.java:421)

2009-11-17 Thread Eugene Dzhurinsky
at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:226) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442) These servers are using the same configuration. What may cause this error? Thank you in advance. -- Eugene N Dzhurinsky pgp1itLs

Obtaining list of dynamic fields beind available in index

2009-11-13 Thread Eugene Dzhurinsky
Hi there! How can we retrieve the complete list of dynamic fields, which are currently available in index? Thank you in advance! -- Eugene N Dzhurinsky pgpKftn1PiY0K.pgp Description: PGP signature

Re: adding and updating a lot of document to Solr, metadata extraction etc

2009-11-10 Thread Eugene Dzhurinsky
In fact we are prohibited to use release candidates/nightly builds, we are forced to use only releases of Solr :( -- Eugene N Dzhurinsky pgp3tGF8YojpA.pgp Description: PGP signature

Re: adding and updating a lot of document to Solr, metadata extraction etc

2009-11-03 Thread Eugene Dzhurinsky
of EntityProcessor and DataSource to DataImportHandler. Additionally I will need to provide some sort of properties to instruct data source for data retrieval (table names etc). So may be there is some tutorial or how-to, describing the process of creation of custom classes for importing the data into Solr 1.3.

adding and updating a lot of document to Solr, metadata extraction etc

2009-10-30 Thread Eugene Dzhurinsky
ll or missed some point, so can somebody please point me to the articles, which may explain basics of how to achieve my goals? Thank you very much in advance! -- Eugene N Dzhurinsky pgpJ2ZR6rFHSF.pgp Description: PGP signature