Re: question about schemas (and SOLR-1131?)

2009-12-07 Thread solr-user
ld.nabble.com/question-about-schemas-tp26600956p26680485.html Sent from the Solr - User mailing list archive at Nabble.com.

index of facet fields are not same as original string

2010-01-28 Thread Solr user
#x27;-' from the original string. Is there any way we could fix this to match the original text in record? Thanks in advance. Regards, uma -- View this message in context: http://old.nabble.com/index-of-facet-fields-are-not-same-as-original-string-tp27353838p27353838.html Sent from the Solr

Re: index of facet fields are not same as original string

2010-01-28 Thread Solr user
not in original format. Correct me if i am wrong. Regards, Uma Sergey Pavlikovskiy wrote: > > Hi, > > probably, it's because of stemming > if you need unstemmed text you can use 'textgen' data type for the field > > Sergey > > On Thu, Jan 28, 2010 a

Re: index of facet fields are not same as original string

2010-01-31 Thread Solr user
alysis.jsp > > On Thu, Jan 28, 2010 at 3:19 PM, Solr user > wrote: >> >> Hi Sergey, >> >> In schema.xml, i have got by default >> >>    ^M >>    > positionIncrementGap="100">^M >>      ^M >>        ^M >>        &g

getting unexpected statscomponent values

2010-02-15 Thread solr-user
p27599248.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: getting unexpected statscomponent values

2010-02-17 Thread solr-user
nt-values-tp27599248p27631121.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: getting unexpected statscomponent values

2010-02-17 Thread solr-user
m/getting-unexpected-statscomponent-values-tp27599248p27631633.html Sent from the Solr - User mailing list archive at Nabble.com.

Fwd: Solr standalone timeouts after upgrading to SOLR 7

2019-10-02 Thread Solr User
Hello all, We recently moved to SOLR 7 from SOLR 6 about 2 weeks ago. Once each week (including today) we experienced query timeout issues with corresponding GC events. There was a spike in CPU up to 66% which is not something we previously saw w/ Solr 6. From the SOLR logs it looks like something

Solr standalone timeouts after upgrading to SOLR 7

2019-10-02 Thread Solr User
Hello all, We recently moved to SOLR 7 from SOLR 6 about 2 weeks ago. Once each week (including today) we experienced query timeout issues with corresponding GC events. There was a spike in CPU up to 66% which is not something we previously saw w/ Solr 6. From the SOLR logs it looks like something

Re: Solr admin interface freezes on Chrome

2019-10-02 Thread Solr User
> Works fine on Firefox, and I > haven't made any changes to our Solr instance (v8.1.1) in a while. Had a co-worker with a similar issue. He had a pop-blocker enabled in chrome that was preventing some resource call (or something similar). When switching to Firefox everything worked without issue.

Basic auth

2015-07-18 Thread solr . user . 1507
SOLR-4470 is about: Support for basic auth in internal Solr requests. What is wrong with the internal requests? Can someone help simplify, would it ever be possible to run with basic auth? What work arounds? Regards

Re: Basic auth

2015-07-19 Thread solr . user . 1507
I followed this guide: http://learnsubjects.drupalgardens.com/content/how-place-http-authentication-solr But there is some something wrong, can anyone help or refer to a guide on how to setup http basic auth? Regards > On 19 Jul 2015, at 01:10, solr.user.1...@gmail.com wrote: > > SOLR-4470 is

Re: Tips for faster indexing

2015-07-21 Thread solr . user . 1507
I can confirm this behavior, seen when sending json docs in batch, never happens when sending one by one, but sporadic when sending batches. Like if sole/jetty drops couple of documents out of the batch. Regards > On 21 Jul 2015, at 21:38, Vineeth Dasaraju wrote: > > Hi, > > Thank You Erick

Query token access in solr function queries

2015-07-29 Thread Nutch Solr User
parameters to main query say t1,t2,t3 like this before sending query to Solr. Is there any other way to do this using existing solr functions ? one more questions is If I have to write my own function for this how should I return these tokens? - Nutch Solr User "The ultimate s

Suggester always highlights suggestions even if we pass highlight=false

2015-07-30 Thread Nutch Solr User
"payload": "" } ] } } } } *My Configurations : * mainSuggester AnalyzingInfixLookupFactory DocumentDictionaryFactory keyphrases text_general main-suggest true altSuggester AnalyzingInfixLookupFactory

Solr suggester throws error on core reload.

2015-08-04 Thread Nutch Solr User
:\SSearch\SolrServer\solr-5.2.1\server\solr\ssearch\data\main-suggest\write.lock After restart everything works fine. What could be the reason for this? - Nutch Solr User "The ultimate search engine would basically understand everything in the world, and it would always give you the

Re: multiple but identical suggestions in autocomplete

2015-08-04 Thread Nutch Solr User
. and returns unique list to UI with only contains unique suggestions. - Nutch Solr User "The ultimate search engine would basically understand everything in the world, and it would always give you the right thing." -- View this message in context: http://lucene.472066.n3.

Re: Solr suggester throws error on core reload.

2015-08-04 Thread Nutch Solr User
I found existing issue here https://issues.apache.org/jira/browse/SOLR-6246 . It says fix version 5.2 but Resolution is unresolved. - Nutch Solr User "The ultimate search engine would basically understand everything in the world, and it would always give you the right thing.&quo

Re: multiple but identical suggestions in autocomplete

2015-08-05 Thread Nutch Solr User
unique suggestions from top N suggestions and return suggestions to UI. - Nutch Solr User "The ultimate search engine would basically understand everything in the world, and it would always give you the right thing." -- View this message in context: http://lucene.472066.n3.nabble.co

Re: Solr suggester throws error on core reload.

2015-08-13 Thread Nutch Solr User
I want to use AnalyzingInfixLookupFactory for my autosuggestions. Any idea when this issue will get fixed? Do we have any workaround for this issue. - Nutch Solr User "The ultimate search engine would basically understand everything in the world, and it would always give you the

Re: Solr suggester throws error on core reload.

2015-08-14 Thread Nutch Solr User
was related to resolution of this issue. - Nutch Solr User "The ultimate search engine would basically understand everything in the world, and it would always give you the right thing." -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-suggester-throws-err

Re: Sorting on multivalues field in Solr

2015-05-12 Thread Nutch Solr User
Thanks Alex that was really useful. - Nutch Solr User "The ultimate search engine would basically understand everything in the world, and it would always give you the right thing." -- View this message in context: http://lucene.472066.n3.nabble.com/Sorting-on-multivalued-fie

Per field mm parameter

2015-05-28 Thread Nutch Solr User
How to specify per field mm parameter in edismax query. - Nutch Solr User "The ultimate search engine would basically understand everything in the world, and it would always give you the right thing." -- View this message in context: http://lucene.472066.n3.nabble.com/Pe

Re: Setup cloud collection

2015-07-16 Thread solr . user . 1507
Thanks Shawn, but don't want to build something in front of Solr cloud to help Solr assign leader role to distribute load of indexing. Instead of doing this manual step (rebalance leaders) maybe one host should not take the leader role of multiple shards for same collection if the number of liv

Re: Setup cloud collection

2015-07-16 Thread solr . user . 1507
Thank you, very good explanation. Regards > On 16 Jul 2015, at 17:12, Shawn Heisey wrote: > >> On 7/16/2015 7:47 AM, solr.user.1...@gmail.com wrote: >> Thanks Shawn, but don't want to build something in front of Solr cloud to >> help Solr assign leader role to distribute load of indexing. >>

Re: Programmatically find out if node is overseer

2015-07-17 Thread solr . user . 1507
Hi Anshum what do you mean by: >ideally, there shouldn't be a point where you have multiple active Overseers in a single cluster How can multiple Overseers happen? And what are the consequences? Regards > On 17 Jul 2015, at 19:37, Anshum Gupta wrote: > > ideally, there shouldn't be a point whe

confirm subscribe to solr-user@lucene.apache.org

2006-01-19 Thread solr-user-help
Hi! This is the ezmlm program. I'm managing the [EMAIL PROTECTED] mailing list. I'm working for my owner, who can be reached at [EMAIL PROTECTED] To confirm that you would like archive@mail-archive.com added to the solr-user mailing list, please send an empty reply to th

<    1   2