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

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

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

Re: Work-around for "indexed without position data"

2017-07-03 Thread Solr User
Not sure if it helps beyond the steps to reproduce that I supplied above, but I also see that "Omit Term Frequencies & Positions" is still set on the field according to the LukeRequestHandler: ITS--OF-- On Mon, Jun 5, 2017 at 1:18 PM, Solr User <solr...@gmail.com

Re: Anonymous Read?

2017-06-06 Thread Solr User
ole":"allgen"}] > } } > > > ...and then assign the "allgen" role to all users > > This allows a select without a login & password, but requires a login & > password for anything else (including the front page of the GUI) > > -

Anonymous Read?

2017-06-06 Thread Solr User
Is it possible to setup Solr security to allow anonymous query (/select etc.) but restricted access to other permissions as described in https://lucidworks.com/2015/08/17/securing-solr-basic-auth-permission-rules/ ?

Re: Work-around for "indexed without position data"

2017-06-05 Thread Solr User
*$I + $I; my $i; print "\n"; for($i=$S*$I; $i<$N; $i++) { print "SP${i}cat hard drive ${i}\n"; } print "\n"; On Fri, May 26, 2017 at 2:14 AM, Rick Leir <rl...@leirtech.com> wrote: > Can you reproduce this error? What are the steps you take to reprodu

Work-around for "indexed without position data"

2017-05-25 Thread Solr User
This is in regards to changing a field type from string to text_en_splitting, re-indexing all documents, even optimizing to give the index a chance to merge segments and rewrite itself entirely, and then getting this error when running a phrase query: java.lang.IllegalStateException: field "blah"

Re: Faceting and Grouping Performance Degradation in Solr 5

2017-02-06 Thread Solr User
I am pleased to report that we are in Production on Solr 5.5.3 with comparable performance to Solr 4.8.1 through leveraging facet.method=uif as well as https://issues.apache.org/jira/browse/SOLR-9176. Thanks to everyone who worked on these! On Mon, Oct 3, 2016 at 3:55 PM, Solr User <s

Re: ClassNotFoundException with Custom ZkACLProvider

2016-11-15 Thread Solr User
For those interested, I ended up bundling the customized ACL provider with the solr.war. I could not stomach looking at the stack trace in the logs. On Mon, Nov 7, 2016 at 4:47 PM, Solr User <solr...@gmail.com> wrote: > This is mostly just an FYI regarding future work on issues like

ClassNotFoundException with Custom ZkACLProvider

2016-11-07 Thread Solr User
This is mostly just an FYI regarding future work on issues like SOLR-8792. I wanted admin update but world read on ZK since I do not have anything sensitive from a read perspective in the Solr data and did not want to force all SolrCloud clients to implement authentication just for read. So, I

Re: Faceting and Grouping Performance Degradation in Solr 5

2016-10-03 Thread Solr User
5251 On Wed, Sep 28, 2016 at 4:44 PM, Solr User <solr...@gmail.com> wrote: > I plan to re-test this in a separate environment that I have more control > over and will share the results when I can. > > On Wed, Sep 28, 2016 at 3:37 PM, Solr User <solr...@gmail.com> wrote: &g

Re: Faceting and Grouping Performance Degradation in Solr 5

2016-09-28 Thread Solr User
I plan to re-test this in a separate environment that I have more control over and will share the results when I can. On Wed, Sep 28, 2016 at 3:37 PM, Solr User <solr...@gmail.com> wrote: > Certainly. And I would of course welcome anyone else to test this for > themselve

Re: Faceting and Grouping Performance Degradation in Solr 5

2016-09-28 Thread Solr User
, the snapshot is restored since Solr 4 will not load with a Solr 5 index. Testing Solr 4 after reverting yields the same results as the previous Solr 4 test. On Wed, Sep 28, 2016 at 4:02 AM, Toke Eskildsen <t...@statsbiblioteket.dk> wrote: > On Tue, 2016-09-27 at 15:08 -0500, Solr U

Re: Faceting and Grouping Performance Degradation in Solr 5

2016-09-27 Thread Solr User
the deletion implication at all. > This can be interesting. > if you proceed with your investigations and discover what changed in the > deletion approach, I would be more than happy to help! > > Cheers > > On Mon, Sep 26, 2016 at 10:59 PM, Solr User <solr...@gmail.com> wrote: >

Re: Faceting and Grouping Performance Degradation in Solr 5

2016-09-26 Thread Solr User
ay find using the JSON > >> facet API and eliminating the use of enum meets your performance needs. > >> > >> With the CollapsingQParserPlugin top_fc is definitely faster during > >> queries. The tradeoff is slower warming times and increased memory usage &g

Re: Indexing a (File attached to a document)

2016-05-24 Thread Solr User
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Faceting and Grouping Performance Degradation in Solr 5

2016-05-18 Thread Solr User
ee if Collapse/Expand can meet your applications > needs rather Grouping. It allows you to specify using a top level > FieldCache if performance is a blocker without it. > > > > > Joel Bernstein > http://joelsolr.blogspot.com/ > > On Wed, May 18, 2016 at 10

Re: Faceting and Grouping Performance Degradation in Solr 5

2016-05-18 Thread Solr User
Does anyone know the answer to this? On Wed, May 4, 2016 at 2:19 PM, Solr User <solr...@gmail.com> wrote: > I recently was attempting to upgrade from Solr 4.8.1 to Solr 5.4.1 but had > to abort due to average response times degraded from a baseline volume > performance test

Indexing a (File attached to a document)

2016-05-12 Thread Solr User
6.n3.nabble.com/Indexing-a-File-attached-to-a-document-tp4276334.html Sent from the Solr - User mailing list archive at Nabble.com.

Faceting and Grouping Performance Degradation in Solr 5

2016-05-04 Thread Solr User
I recently was attempting to upgrade from Solr 4.8.1 to Solr 5.4.1 but had to abort due to average response times degraded from a baseline volume performance test. The affected queries involved faceting (both enum method and default) and grouping. There is a critical bug

Re: Solr suggester throws error on core reload.

2015-08-14 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 right

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-error-on-core

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.com/multiple

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 right

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.nabble.com/multiple

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. -- View

Suggester always highlights suggestions even if we pass highlight=false

2015-07-30 Thread Nutch Solr User
strsuggest/str /arr /requestHandler - 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/Suggester-always-highlights

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 search

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 vineeth.ii...@gmail.com wrote: Hi,

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

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: 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 ans...@anshumgupta.net wrote: ideally, there

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

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 apa...@elyograg.org 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

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/Per-field-mm

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-field-in-Solr

Re: Solr 4.10.2 Found core but I get No cores available in dashboard page

2014-12-20 Thread solr-user
.nabble.com/Solr-4-10-2-Found-core-but-I-get-No-cores-available-in-dashboard-page-tp4173602p4175423.html Sent from the Solr - User mailing list archive at Nabble.com.

what does this write.lock does not exist mean??

2014-12-19 Thread solr-user
with multiple slave searchers per indexer. any thoughts on this would be appreciated -- View this message in context: http://lucene.472066.n3.nabble.com/what-does-this-write-lock-does-not-exist-mean-tp4175291.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 4.10.2 Found core but I get No cores available in dashboard page

2014-12-12 Thread solr-user
on this issue. many thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-10-2-Found-core-but-I-get-No-cores-available-in-dashboard-page-tp4173602p4174118.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 4.10.2 Found core but I get No cores available in dashboard page

2014-12-11 Thread solr-user
-tp4173602p4173831.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 4.10.2 Found core but I get No cores available in dashboard page

2014-12-11 Thread solr-user
\Master\solr\coreX\ 1503 [main] INFO org.apache.solr.core.CoresLocator รป Found 2 core definitions -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-10-2-Found-core-but-I-get-No-cores-available-in-dashboard-page-tp4173602p4173832.html Sent from the Solr - User mailing

Re: Solr 4.10.2 Found core but I get No cores available in dashboard page

2014-12-11 Thread solr-user
-tp4173602p4173839.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 4.10.2 Found core but I get No cores available in dashboard page

2014-12-11 Thread solr-user
Chris, will get the schema and solrconfig ready for uploading. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-10-2-Found-core-but-I-get-No-cores-available-in-dashboard-page-tp4173602p4173840.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr 4.10.2 Found core but I get No cores available in dashboard page

2014-12-10 Thread solr-user
/Solr-4-10-2-Found-core-but-I-get-No-cores-available-in-dashboard-page-tp4173602.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 4.10.2 Found core but I get No cores available in dashboard page

2014-12-10 Thread solr-user
-tp4173602p4173618.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 4.10.2 Found core but I get No cores available in dashboard page

2014-12-10 Thread solr-user
.nabble.com/Solr-4-10-2-Found-core-but-I-get-No-cores-available-in-dashboard-page-tp4173602p4173627.html Sent from the Solr - User mailing list archive at Nabble.com.

confused about how to set a solr query timeout when using tomcat

2014-11-27 Thread solr-user
to implement this? any help appreciated. thx in advance -- View this message in context: http://lucene.472066.n3.nabble.com/confused-about-how-to-set-a-solr-query-timeout-when-using-tomcat-tp4171363.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: confused about how to set a solr query timeout when using tomcat

2014-11-27 Thread solr-user
/confused-about-how-to-set-a-solr-query-timeout-when-using-tomcat-tp4171363p4171368.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: confused about how to set a solr query timeout when using tomcat

2014-11-27 Thread solr-user
of something, let me know -- View this message in context: http://lucene.472066.n3.nabble.com/confused-about-how-to-set-a-solr-query-timeout-when-using-tomcat-tp4171363p4171379.html Sent from the Solr - User mailing list archive at Nabble.com.

how do I stop queries from being logged in two different log files in Tomcat

2014-11-10 Thread solr-user
-tp4168587.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how do I stop queries from being logged in two different log files in Tomcat

2014-11-10 Thread solr-user
awesome Mike. that does exactly what I want. many thanks -- View this message in context: http://lucene.472066.n3.nabble.com/how-do-I-stop-queries-from-being-logged-in-two-different-log-files-in-Tomcat-tp4168587p4168597.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how do I get search for fort st john to match ft saint john

2014-04-03 Thread solr-user
time) and see if I can write a subword synonym plugin of some sort to perform this type of synonyming thanks anyhow. -- View this message in context: http://lucene.472066.n3.nabble.com/how-do-I-get-search-for-fort-st-john-to-match-ft-saint-john-tp4127231p4128914.html Sent from the Solr - User

Re: how do I get search for fort st john to match ft saint john

2014-04-02 Thread solr-user
.472066.n3.nabble.com/how-do-I-get-search-for-fort-st-john-to-match-ft-saint-john-tp4127231p4128640.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how do I get search for fort st john to match ft saint john

2014-04-01 Thread solr-user
4.6.1 instance doesn't. I am wondering if synonyms just don't work for all/some words in a phrase -- View this message in context: http://lucene.472066.n3.nabble.com/how-do-I-get-search-for-fort-st-john-to-match-ft-saint-john-tp4127231p4128500.html Sent from the Solr - User mailing list archive

Re: how do I get search for fort st john to match ft saint john

2014-03-28 Thread solr-user
/understanding) -- View this message in context: http://lucene.472066.n3.nabble.com/how-do-I-get-search-for-fort-st-john-to-match-ft-saint-john-tp4127231p4127764.html Sent from the Solr - User mailing list archive at Nabble.com.

how do I get search for fort st john to match ft saint john

2014-03-26 Thread solr-user
-tp4127231.html Sent from the Solr - User mailing list archive at Nabble.com.

does shards.tolerant deal with this scenario?

2014-03-18 Thread solr-user
searcher would then wait xxx milliseconds and return with whatever the other shards had sent back. Is that correct? thanks in advance -- View this message in context: http://lucene.472066.n3.nabble.com/does-shards-tolerant-deal-with-this-scenario-tp4125300.html Sent from the Solr - User mailing

Are there any Java versions we should avoid with Solr

2014-03-04 Thread solr-user
://lucene.472066.n3.nabble.com/Are-there-any-Java-versions-we-should-avoid-with-Solr-tp4121164.html Sent from the Solr - User mailing list archive at Nabble.com.

is it possible to consolidate filterquery cache strings

2014-03-03 Thread solr-user
... lst str name=q*:*/str str name=fqState:WY/str /str /arr /listener any help appreciated -- View this message in context: http://lucene.472066.n3.nabble.com/is-it-possible-to-consolidate-filterquery-cache-strings-tp4121005.html Sent from the Solr

Re: is it possible to consolidate filterquery cache strings

2014-03-03 Thread solr-user
note: by partitioning I mean that I have sharded the 120M docs into 9 Solr partitions (each on a separate server) -- View this message in context: http://lucene.472066.n3.nabble.com/is-it-possible-to-consolidate-filterquery-cache-strings-tp4121005p4121012.html Sent from the Solr - User

Re: is it possible to consolidate filterquery cache strings

2014-03-03 Thread solr-user
would not breaking the FQs out by state be faster for warming up the fq caches? -- View this message in context: http://lucene.472066.n3.nabble.com/is-it-possible-to-consolidate-filterquery-cache-strings-tp4121005p4121030.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr3.4 on tomcat 7.0.23 - hung with error threw exception java.lang.IllegalStateException: Cannot call sendError() after the response has been committed

2013-12-18 Thread solr-user
-IllegalStateException-Cannot-call-tp4087342p4107286.html Sent from the Solr - User mailing list archive at Nabble.com.

what is difference between 4.1 and 5.x

2013-01-09 Thread solr-user
Sent from the Solr - User mailing list archive at Nabble.com.

spatial searches and geo-json data

2012-12-11 Thread solr-user
that would help me with the conversion? -- View this message in context: http://lucene.472066.n3.nabble.com/spatial-searches-and-geo-json-data-tp4026140.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: is there a way to prevent abusing rows parameter

2012-11-22 Thread solr-user
this message in context: http://lucene.472066.n3.nabble.com/is-there-a-way-to-prevent-abusing-rows-parameter-tp4021467p4021892.html Sent from the Solr - User mailing list archive at Nabble.com.

upgrading from 4.0 to 4.1 causes CorruptIndexException: checksum mismatch in segments file

2012-11-22 Thread solr-user
- hudson - 2012-11-03 18:06:50 (aka apache-solr-4.1-2012-11-03_18-05-49) -- View this message in context: http://lucene.472066.n3.nabble.com/upgrading-from-4-0-to-4-1-causes-CorruptIndexException-checksum-mismatch-in-segments-file-tp4021913.html Sent from the Solr - User mailing list archive

is there a way to prevent abusing rows parameter

2012-11-20 Thread solr-user
.472066.n3.nabble.com/is-there-a-way-to-prevent-abusing-rows-parameter-tp4021467.html Sent from the Solr - User mailing list archive at Nabble.com.

Intersects spatial query returns polygons it shouldn't

2012-09-18 Thread solr-user
45.18931973506328))' -- View this message in context: http://lucene.472066.n3.nabble.com/Intersects-spatial-query-returns-polygons-it-shouldn-t-tp4008646.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: question(s) re lucene spatial toolkit aka LSP aka spatial4j

2012-08-09 Thread solr-user
/question-s-re-lucene-spatial-toolkit-aka-LSP-aka-spatial4j-tp3997757p4000268.html Sent from the Solr - User mailing list archive at Nabble.com.

question(s) re lucene spatial toolkit aka LSP aka spatial4j

2012-07-27 Thread solr-user
/question-s-re-lucene-spatial-toolkit-aka-LSP-aka-spatial4j-tp3997757.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Using Customized sorting in Solr

2012-04-30 Thread solr user
Hi, Any suggestions, Am I trying to do too much with solr? Is there any other search engine, which should be used here? I am looking into solr codebase and planning to modify QueryComponent. Will this be the right approach? Regards, Shivam On Fri, Apr 27, 2012 at 10:48 AM, solr user

Using Customized sorting in Solr

2012-04-26 Thread solr user
Hi, We are planning to move the search of one of our listing based portal to solr/lucene search server from sphinx search server. But we are facing a challenge is porting customized sorting being used in our portal. We only have last 60 days of data live.The algorithm is as follows:- 1. Put

Re: Limiting term frequency in a document to a specific term

2012-01-24 Thread solr user
With the Solr search relevancy functions, a ParseException, unknown function ttf in FunctionQuery. http://localhost:8983/solr/select/?fl=score,documentPageIddefType=funcq=ttf(contents,amplifiers) where contents is a field name, and amplifiers is text in the field name. Just curious why I get a

Re: Getting a word count frequency out of a page field

2012-01-23 Thread solr user
pretty low-level analysis of the data to accomplish this. Sorry I can't be more help. Erick On Sun, Jan 22, 2012 at 5:35 PM, solr user mvidaat...@gmail.com wrote: See comments inline below. On Sun, Jan 22, 2012 at 8:27 PM, Erick Erickson erickerick...@gmail.com wrote: Faceting

Limiting term frequency in a document to a specific term

2012-01-23 Thread solr user
0 down vote favorite share [fb] share [tw] What is the proper query URL to limit the term frequency to just one term in a document? Below is an example query to search for the term frequency in a document, but it is returning the frequency for all the terms. [

Re: Getting a word count frequency out of a page field

2012-01-22 Thread solr user
. The user can click on the result and go right the the page where the word/term appeared most frequently. What do you mean an XY problem? Best Erick On Fri, Jan 20, 2012 at 1:06 PM, solr user mvidaat...@gmail.com wrote: SOLR reports the term occurrence for terms over all the documents. I am

Getting a word count frequency out of a page field

2012-01-20 Thread solr user
SOLR reports the term occurrence for terms over all the documents. I am having trouble making a query that returns the term occurrence in a specific page field called, documentPageId. I don't know how to issue a proper SOLR query that returns a word count for a paragraph of text such as the term

Re: Terms Component - solr-1.4.0

2011-05-26 Thread Solr User
Hi All, Please help me in implementing TermsComponent in my current Solr solution. Regards, Solr User On Tue, May 17, 2011 at 4:12 PM, Solr User solr...@gmail.com wrote: Hi All, I am using Solr 1.4.0 and dismax as request handler.I have the following in my solrconfig.xml in the dismax

Terms Component - solr-1.4.0

2011-05-17 Thread Solr User
and no luck. May I know how to configure terms component with dismax? or Do I need to call terms component directly to get auto suggestions? Thank you so much in advance. Regards, Solr User

Out of memory while creating indexes

2011-03-03 Thread Solr User
not using Solr J. Thanks, Solr User

Re: what would cause large numbers of executeWithRetry INFO messages?

2011-01-18 Thread solr-user
sorry, never did find a solution to that. if you do happen to figure it out, pls post a reply to this thread. thanks -- View this message in context: http://lucene.472066.n3.nabble.com/what-would-cause-large-numbers-of-executeWithRetry-INFO-messages-tp1453417p2281087.html Sent from the Solr

Re: How to get all the search results?

2010-12-13 Thread Solr User
, -- Savvas. On 6 December 2010 16:10, Solr User solr...@gmail.com wrote: Hi, First off thanks to the group for guiding me to move from default search handler to dismax. I have a question related to getting all the search results. In the past with the default search handler I

Re: How to get all the search results?

2010-12-13 Thread Solr User
...@elyograg.org wrote: On 12/13/2010 9:59 AM, Solr User wrote: Hi, I tried *:* using dismax and I get no results. Is there a way that I can get all the search results using dismax? For dismax, use q= or simply leave the q parameter off the URL entirely. It appears that you need to have q.alt

How to get all the search results?

2010-12-06 Thread Solr User
was getting only 16 results instead of 8000 results. How to get all the search results using dismax? Do I need to configure anything to make * (asterisk) work? Thanks, Solr User

Re: Dismax - Boosting

2010-11-22 Thread Solr User
like: Did you mean: moon, mo, mooing, moonen, soon, mood, moose, moore, spoon, moons? and also the search results for the first suggestion moon. Thanks, Solr User On Fri, Nov 19, 2010 at 6:41 PM, Ahmet Arslan iori...@yahoo.com wrote: The below is my previous configuration which use to work

Special Characters

2010-11-22 Thread Solr User
. What configuration changes I need to make so that special characters like hypen (-), period (.) are ignored while indexing? or any other suggestions? Thanks, Solr User

Re: Special Characters

2010-11-22 Thread Solr User
It creates 3 tokens j r r tolkien works fine but not jrr tolkien. I will read about PatternReplaceCharFilterFactory and try it. Please let me know if I need to do anything differently. Thanks, Solr User On Mon, Nov 22, 2010 at 8:19 AM, Erick Erickson erickerick...@gmail.comwrote: What version

Facet - Range Query issue

2010-11-22 Thread Solr User
. Thanks, Solr user

Re: Facet - Range Query issue

2010-11-22 Thread Solr User
define not work? What, exactly, fails to do what you expect? But the first question I have is did you reindex after changing your schema?. And have you checked your index to verify that there values in the fields you changed? Best Erick On Mon, Nov 22, 2010 at 1:42 PM, Solr User solr

Re: Dismax - Boosting

2010-11-19 Thread Solr User
Hi Ahmet, The below is my previous configuration which use to work correctly. searchComponent name=spellcheck class=solr.SpellCheckComponent str name=queryAnalyzerFieldTypetextSpell/str lst name=spellchecker str name=namedefault/str str name=fieldsearchFields/str str

Re: Dismax - Boosting

2010-11-18 Thread Solr User
/ With the above changes I am not getting any facet data as a result. Why is that the facet data not returning and what mistake I did with the schema? Thanks, Solr User On Wed, Nov 17, 2010 at 6:42 PM, Ahmet Arslan iori...@yahoo.com wrote: Wow you facet on many fields : author,pubyear,format,series,season

Re: Dismax - Boosting

2010-11-17 Thread Solr User
Ahmet, Thanks for the reply and it was very helpful. The query that I used before changing to dismax was:

Dismax - Boosting

2010-11-15 Thread Solr User
changes we need to make to SolrConfig.xml. I understood what changes need to be made to schema.xml in a different thread on this forum. Thanks, Solr User

Re: WELCOME to solr-user@lucene.apache.org

2010-11-12 Thread Solr User
field not in any other fields. I request you all to clarify if anything wrong with my schema.xml. The schema.xml is at the bottom of this email. I am not able to get the boosting working on the title field. Please help me here too. Thanks, Solr User On Thu, Nov 11, 2010 at 5:11 PM, Ahmet Arslan iori

Re: WELCOME to solr-user@lucene.apache.org

2010-11-12 Thread Solr User
the searchFields field and what do I need to specify in the defaultSearchField tag? searchFields is one of the field names that we provided. Thanks, Solr User On Fri, Nov 12, 2010 at 10:26 AM, Ahmet Arslan iori...@yahoo.com wrote: select/?q=built+to+lastdefType=dismaxqf=searchFields^0.2+title

Re: WELCOME to solr-user@lucene.apache.org

2010-11-11 Thread Solr User
boosting on a specific field like title? Thanks, Solr User On Thu, Nov 11, 2010 at 10:26 AM, solr-user-h...@lucene.apache.org wrote: Hi! This is the ezmlm program. I'm managing the solr-user@lucene.apache.org mailing list. I'm working for my owner, who can be reached at solr-user-ow

Boosting

2010-11-11 Thread Solr User
boosting on a specific field like title? Thanks, Solr User

Re: WELCOME to solr-user@lucene.apache.org

2010-11-11 Thread Solr User
boost attribute to the title field and Index time boosting did not change the search results. I tried Query time boosting also as mentioned below but no luck /select?q=Each+Little+Bird+That+Singstitle^9fl=score Any help to fix this issue would be really helpful. Thanks, Solr User On Thu, Nov 11

what would cause large numbers of executeWithRetry INFO messages?

2010-09-10 Thread solr-user
-tp1453417p1453417.html Sent from the Solr - User mailing list archive at Nabble.com.

  1   2   >