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.

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

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

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 wrote: > Sorry for

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 = 100; my $N = $S*$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 wrote: > Can you reproduce this error? What are the steps you take to rep

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" w

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 wrote

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 wrote: > This is mostly just an FYI regarding future work on issues like SOLR-8792. > > I wan

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 ex

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 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 wrote: > >> Certainly. And I would of course welco

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 wrote: > Certainly. And I would of course welcome anyone else to test this for > themselves especially with facet.method=uif

Re: Faceting and Grouping Performance Degradation in Solr 5

2016-09-28 Thread Solr User
olr 4, 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 wrote: > On Tue, 2016-09-27 at 15:08 -0500, Solr User wrote: > > Further tes

Re: Faceting and Grouping Performance Degradation in Solr 5

2016-09-27 Thread Solr User
t; 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 wrote: > > > Thanks again for your work

Re: Faceting and Grouping Performance Degradation in Solr 5

2016-09-26 Thread Solr User
ON > >> 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 > >> if > &g

Re: Indexing a (File attached to a document)

2016-05-23 Thread Solr User
.html 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
pse/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:42 AM, Solr User wrote:

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 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. The affected queries involved

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 https://issues.apache.org

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

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

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

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

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

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 wrote: > > ideally, there shouldn't be a point whe

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: 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

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: 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

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
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
mehow; mea culpa. Anyhow, I really appreciate the responses/help I got 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

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.

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
\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
olr-4-10-2-Found-core-but-I-get-No-cores-available-in-dashboard-page-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-10 Thread solr-user
.472066.n3.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.

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.

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

2014-12-10 Thread solr-user
status=0 QTime=2 -- 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-tp4173602.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
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.

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.

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

2014-11-27 Thread solr-user
66.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: 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.

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

2014-11-10 Thread solr-user
-log-files-in-Tomcat-tp4168587.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
hes for "ft st john" or "fort st john" or ... -- 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-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
n" and "ft saint john" and "fort st john"? My Solr 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-m

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

2014-03-28 Thread solr-user
na/Former Fort Ord") (note that my terms/understanding of how this works may be incorrect, hence my request for assistance/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
-for-fort-st-john-to-match-ft-saint-john-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
and the primary 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

Are there any Java versions we should avoid with Solr

2014-03-04 Thread solr-user
this message in context: http://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.

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: 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

is it possible to consolidate filterquery cache strings

2014-03-03 Thread solr-user
... *:* State:WY 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 - 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
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.

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

2012-11-22 Thread solr-user
.1-2012-11-03_18-05-49 1405392 - 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 So

Re: is there a way to prevent abusing rows parameter

2012-11-22 Thread solr-user
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.

is there a way to prevent abusing rows parameter

2012-11-20 Thread solr-user
http://lucene.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
4057232 45.18986823069059, -93.26592485308495 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
sage in context: http://lucene.472066.n3.nabble.com/question-s-re-lucene-spatial-toolkit-aka-LSP-aka-spatial4j-tp3997757p4000286.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
cene.472066.n3.nabble.com/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
ntext: http://lucene.472066.n3.nabble.com/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-29 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 wrote

Re: Using Customized sorting in Solr

2012-04-26 Thread solr user
ab the next batch of ads, you go group.offset=1 etc etc. > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > Solr Training - www.solrtraining.com > > On 26. apr. 2012, at 08:10, solr user wrote: > > > Hi, > > > > We are plannin

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 a

SolrCloud on multiple appservers

2012-04-04 Thread solr user
Does anyone have a blog, wiki with detailed step by step instructions on setting up SOLRCloud on multiple JBOSS instances? Thanks in advance,

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,documentPageId&defType=func&q=ttf(contents,amplifiers) where contents is a field name, and amplifiers is text in the field name. Just curious why I get a

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. [ http://localhost:8983/solr/select/

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

2012-01-23 Thread solr user
er > document you'll be getting into some 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 wrote: > > See comments inline below. > > > > On Sun, Jan 22, 2

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

2012-01-22 Thread solr user
search for word frequency for a page in a document that has many pages. So I can report to the user that the term/word occurred on page 1 "10" times. 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 p

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 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 req

Terms Component - solr-1.4.0

2011-05-17 Thread Solr User
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
: > 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 ent

Re: How to get all the search results?

2010-12-13 Thread Solr User
that query syntax be *:* ? > > Regards, > -- Savvas. > > On 6 December 2010 16:10, Solr User 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 getti

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: Facet - Range Query issue

2010-11-22 Thread Solr User
uot;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? > > Be

Facet - Range Query issue

2010-11-22 Thread Solr User
1991"^2.0 | category:"pubyear 1991" | title:"pubyear 1991"^9.0 | isbn10:"pubyear 1991" | season:"pubyear 1991" | imprint:"pubyear 1991" | subtitle:"pubyear 1991"^3.0 | isbn13:"pubyear 1991") (series:2011 | desc:2011 | bisacsub:2011 | award:2011 | format:2011 | shortdesc:2011 | pubyear:2011 | author:2011^2.0 | category:2011 | title:2011^9.0 | isbn10:2011 | season:2011 | imprint:2011 | subtitle:2011^3.0 | isbn13:2011))~1) () DisMaxQParser Basically we are trying to pass the query string along with a facet field and the range. Is there any syntax issue? Please help this is urgent as I got stuck. Thanks, Solr user

Re: Special Characters

2010-11-22 Thread Solr User
Hi Eric, I use solr version 1.4.0 and below is my schema.xml 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

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: 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 wrote: > > The below is my previous configuration which use to work > &g

Re: Dismax - Boosting

2010-11-19 Thread Solr User
Hi Ahmet, The below is my previous configuration which use to work correctly. textSpell default searchFields /solr/qa/tradedata/spellchecker true We use to search only in one field which is "searchFields" but with implementing dismax we are searching in different fields like titl

Re: Dismax - Boosting

2010-11-18 Thread Solr User
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 wrote: > > > Wow you facet on many fields : > > author,pubyear,format,series,season,imprint,category,award,age,reading,grade,price > > The fields y

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: /solr/tradecore/spell/?q=curious&wt=json&rows=9&facet=true&facet.limit=-1&facet.mincount=1&facet.field=author&facet.field=pubyear&facet.field=format&facet.field=series&facet.field=season&fac

Dismax - Boosting

2010-11-15 Thread Solr User
ndler and trying to understand what 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
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 wrote: > > > select/?q=built+to+last&defType=dismax&qf=searchFields^0.2+ti

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

2010-11-12 Thread Solr User
the searchFields 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

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

2010-11-11 Thread Solr User
as the first item in the results. Adding 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+Sings&title^9&fl=score Any help to fix this issue would be r

  1   2   >