LUKE (lucene index toolbox) for lucene/solr 4.0

2012-12-14 Thread solr solr
Please, could someone tell me where can i find a version of luke (Lucene Index Toolbox <http://code.google.com/p/luke/>) compatible with lucene/solr 4.0 index format? The version-4.0.0-lukeall ALPHA.jar, currently available in http://code.google.com/p/luke/ does not work. I tried to re-buil

Re: How to import data from xml files to solr

2012-01-19 Thread solr
Hi gora, thanks for your reply.am new to solr .I have been check solr tutorial.and noticed example xmlfiles exampledcos folder in solr distribution. 1.here indexing means importdata into solr? If i want to start new example insted in solrdistribution.How to proceed. Am bit confusing about solr

Re: How to import data from xml files to solr

2012-01-19 Thread solr
Is indexing xml files and import data from xml is same or different in solr concept. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-import-data-from-xml-files-to-solr-tp3672193p3674641.html Sent from the Solr - User mailing list archive at Nabble.com.

use copyField to gather and then split

2010-06-29 Thread solr
(sorry if this message ends up being sent twice) We have a use-case where we'd like to fill a field from multiple sources, i.e. … (other source-fields are copied in to text as well) and then analyze the resulting text-field in a number of ways, each requiring it's own field. Is it possib

Re: Solr monitoring: Newrelic

2012-02-13 Thread solr
So how to install newrelic javaagent in standard solr pkg -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-monitoring-Newrelic-tp3042889p3739798.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Re:how to monitor solr in newrelic

2012-02-13 Thread solr
My question is how to check solr perfromance in newrelic.Basically we have javaagent .Bu these are instaling in tomcat,jetty,websphere etc.. I have installed standard solr distribution.So jetty is default.But while installing newrelic in solr thats not finding jetty scirpt.Because jetty **.jar

Re: Re:how to monitor solr in newrelic

2012-02-13 Thread solr
How to run the java agent.Can you please guide the steps.Because i have tried a lot but no luck -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-monitor-solr-in-newrelic-tp3739567p3742858.html Sent from the Solr - User mailing list archive at Nabble.com.

How to handle to run testcases in ruby code for solr

2012-02-17 Thread solr
Hi all, Am writing rails application by using solr_ruby gem to access solr . Can anybody suggest how to handle testcaeses for solr code and connections in functionaltetsing. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-handle-to-run-testcases-in-ruby-code-for-solr

how to mock solr server solr_sruby

2012-02-22 Thread solr
Hi, Am using solr_ruby in ruby code for that am starting solr server by using start.jsr. Now i want to write mockobjects for solr connection and code written in my ruby file to search data from solr. Can anybody suggest how to do testing without stating solr server -- View this message in context

Re: How to handle to run testcases in ruby code for solr

2012-02-22 Thread solr
) === -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-handle-to-run-testcases-in-ruby-code-for-solr-tp3753479p3766559.html Sent from the Solr - User mailing list archive at Nabble.com.

Strange "spikes" in query response times...any ideas where else to look?

2012-06-28 Thread solr
Greetings all, We are working on building up a large Solr index for over 300 million records...and this is our first look at Solr. We are currently running a set of unique search queries against a single server (so no replication, no indexing going on at the same time, and no distributed

RE: Strange "spikes" in query response times...any ideas where else to look?

2012-06-28 Thread solr
tiple methods to track these response times. a) Looking at the catalina.out file and plotting the response times recorded there (I think this is logging the QTime as seen by Solr). b) Looking at what JMeter is reporting as response times. In general, these are very close if not identical

Re: Strange "spikes" in query response times...any ideas where else to look?

2012-06-29 Thread solr
Peter Lee ProQuest Quoting Otis Gospodnetic : Peter, These could be JVM, or it could be index reopening and warmup queries, or   Grab SPM for Solr - http://sematext.com/spm - in 24-48h we'll release an agent that tracks and graphs errors and timings of each Solr search component,

Hardware Questions...

2009-03-24 Thread solr
We have three Solr servers (several two processor Dell PowerEdge servers). I'd like to get three newer servers and I wanted to see what we should be getting. I'm thinking the following... Dell PowerEdge 2950 III 2x2.33GHz/12M 1333MHz Quad Core 16GB RAM 6 x 146GB 15K RPM RAI

Solr Stats and Their Meaning

2009-04-01 Thread solr
Is there any documentation for some of the Solr admin stats? I'm not sure if these numbers are good or bad. We have a pretty small index (numDocs : 25253, maxDoc : 25312) org.apache.solr.handler.StandardRequestHandler requests : 11 errors : 0 avgTimePerRequest : 80.

Update schema.xml without restarting Solr?

2008-03-25 Thread solr
Hi, The wiki for Solr talks about the schema.xml, and it seems that changes in this file requires a restart of Solr before they have effect. In the wiki it says: How can I rebuild my index from scratch if I change my schema? The most efficient/complete way is to... 1. Stop

Re: Update schema.xml without restarting Solr?

2008-03-25 Thread solr
Quoting Ryan McKinley <[EMAIL PROTECTED]>: The way we plan to use Solr together with a Content Management System is that the authors/editors can create new article/document types when needed, without any need to restart anything. Do you really need to change the schema? Your CM

Re: Update schema.xml without restarting Solr?

2008-03-26 Thread solr
Quoting Ryan McKinley <[EMAIL PROTECTED]>: In general, you need to be very careful when you change the schema without reindexing. Many changes will break all search, some may be just fine. for example, if you change sint to slong anything already indexed as an "sint" will be incompatible with

Re: Update schema.xml without restarting Solr?

2008-03-26 Thread solr
to the persons that integrate solr into their system? I mean, if a change in the schema only effects 1% of all documents, then it's a bad idea to reindex them all (at least if the dataset is big). /Jimi

Re: Update schema.xml without restarting Solr?

2008-03-26 Thread solr
quot; the documents. Isn't the best way to address this just to leave it to the persons that integrate solr into their system? I mean, if a change in the schema only effects 1% of all documents, then it's a bad idea to reindex them all (at least if the dataset is big). Or if you'r

ERROR:unknown field, but what document was it?

2008-05-01 Thread solr
Hi, The way I understand it, having multiple documents in a single xml file and posting that to solr is faster then posting a single xml for each document (even with a single commit after all separate xml files). It makes sence, and some simple tests indicates that this is true. However

Tokenize integers?

2008-05-03 Thread solr
n the "client" side. I would prefer a server side fix, so that the client can send the xml like this: ... 1,325,488 ... And then the server (ie solr) will transform this into a multivalue int/sint field, using tokenizing or whatever it is called (or is tokenizing not perf

Re: Tokenize integers?

2008-05-04 Thread solr
Ok, thanks. However I am still abit confused. Since I know that these are only integers, can't I somehow make solr to use solr.IntField or solr.SortableIntField, but still tokenize like this? I tried the configuration below but changed TextField to IntField and indexed the document

Re: ERROR:unknown field, but what document was it?

2008-05-08 Thread solr
Quoting Chris Hostetter <[EMAIL PROTECTED]>: : The way I understand it, having multiple documents in a single xml file and : posting that to solr is faster then posting a single xml for each document : (even with a single commit after all separate xml files). It makes sence, and

Re: SOLR OOM (out of memory) problem

2008-05-21 Thread solr
e quadro(which is 8 cpus) on linux servers for SOLR slaves. We use facet searches, sorting. document cache is set to 7 million (which is total documents in index) filtercache 1 gurudev wrote: Hi We currently host index of size approx 12GB on 5 SOLR slaves machines, which are load balanced und

Re: Indexing HTML Content

2008-05-22 Thread solr
h is undesirable. Do you know of any common way of parsing the text content from HTML before adding to SOLR? I understand SOLR 1.3 has an HTML analyser, but I am using SOLR 1.2 and won't use 1.3 until it's stable, so looking for a solution to work on a batch of files before being added to SOLR. Thanks, John

Re: Getting maximum and minimum values of a field

2008-05-30 Thread solr
I know that I would definately be interested in that. :) /Jimi Quoting Jonathan Ariel <[EMAIL PROTECTED]>: Ok. So I have a version of solr with a small modification to the SimpleFacet class where you can send a parameter to tell that you want some more info. It'll bring back a li

non-relative scoring

2007-02-13 Thread solr
Is it possible to generate a non-relative score for each result, from solr? I would like to be able to generate a web page that shows the first 3 results' scores as 87%, 73%, and 72%. If the range of solr document match scores were between 0 and 1, it would be easy. But I never know wh

How to access the Solr Admin GUI

2018-12-31 Thread solr
Hi all, is there a way, better a solution, to access the Solr Admin GUI from outside the server (via public web) while the Solr port 8983 is closed by a firewall and only available inside the server via localhost? Thanks in advance Walter Claassen Alexandraweg 32 D 64287 Darmstadt Fon +49

How to access the Solr Admin GUI (2)

2019-01-02 Thread solr
First I want to thank you for your comments. Second I'll add some background information. Here Solr is part of a complex information management project, which I developed for a customer and which includes different source databases, containing edited/imported/crawled content. This pr

Run multiple (different) Solr versions on a server

2021-01-25 Thread solr
Hi all, is it possible to run multiple (different) Solr versions on a (Debian) server? For development and production purposes I'd like to run - a development version (Solr 8.7.0) and - a productive version (Solr 7.4.0). Which settings are available/necessary? Thanks Walter Claassen

want to subscribe

2016-04-18 Thread SRINI SOLR

EmbeddedSolrServer Loading Core Containers Solr 4.3.1

2016-05-02 Thread SRINI SOLR
Hi Team - I am using Solr 4.3.1. We are using this EmbeddedSolrServer to load Core Containers in one of the java application. This is setup as a cron job for every 1 hour to load the new data on to the containers. Otherwise - the new data is not getting loaded on the containers , if we access

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

Multi-word Synonyms Solr 4.3.1 does not work

2016-05-05 Thread SRINI SOLR
Hi All - Can you please help me out on the multi-word synonyms with Solr 4.3.1. I am using the synonyms as below test1,test2 => movie1 cinema,movie2 cinema,movie3 cinema I am able to success with the above syntax like - if I search for words like test1 or test2 then right hand s

Re: Multi-word Synonyms Solr 4.3.1 does not work

2016-05-06 Thread SRINI SOLR
hat you > may like to watch https://issues.apache.org/jira/browse/SOLR-5379 > > And other possible workaround is explained here : > > https://lucidworks.com/blog/2014/07/12/solution-for-multi-term-synonyms-in-lucenesolr-using-the-auto-phrasing-tokenfilter/ > > On Fri, May 6, 2

SolrCloud clarification/Question

2015-09-16 Thread Ravi Solr
. There are 3 solr cores for 3 different/separate applications (mutually exclusive). Each core is a complete index of all docs (i.e. the data is not sharded). We intend to keep it in a non-sharded mode even after the SolrCloud mode.The prime motivation to move to cloud is to effectively use all

Re: SolrCloud clarification/Question

2015-09-16 Thread Ravi Solr
a load balancer in front of it that removes the > dependency on a single node. One of them will assume the role of a leader, > and in case that leader goes down, one of the replicas will be elected as a > leader and your application will be fine. > > Thanks, > > On Wed, Sep 16,

Re: SolrCloud clarification/Question

2015-09-16 Thread Ravi Solr
copy so that I can put all 4 machines behind a Load Balancer...Is that a wrong way to look at it ? Thanks Ravi Kiran On Wed, Sep 16, 2015 at 2:51 PM, Sameer Maggon wrote: > You'll have to say numShards=1 and replicationFactor=2. > > http:// > > [hostname]:8983/solr/admin/colle

Re: SolrCloud clarification/Question

2015-09-18 Thread Ravi Solr
Thank you very much Sameer, Erick and Upayavira. I got the solr cloud working !!! Hurray !! Cheers Ravi Kiran Bhaskar On Thu, Sep 17, 2015 at 3:10 AM, Upayavira wrote: > and replicationFactor is the number of copies of your data, not the > number of servers marked 'replica'

SolrCloud DIH issue

2015-09-19 Thread Ravi Solr
missing ? Did anybody face similar issue ? Here are the errors in the logs 9/19/2015, 2:41:17 AM ERROR null SolrCore Previous SolrRequestInfo was not closed! req=waitSearcher=true&distrib.from=http://10.128.159.32:8983/solr/sitesearchcore/&update.distrib=FROMLEADER&openSearcher=true&am

Re: SolrCloud DIH issue

2015-09-19 Thread Ravi Solr
FWIW, > Erick > > On Sat, Sep 19, 2015 at 10:36 AM, Ravi Solr wrote: > > I am facing a weird problem. As part of upgrade from 4.7.2 (Master-Slave) > > to 5.3.0 (Solrcloud) I re-indexed 1.5 million records via DIH using > > SolrEntityProcessor yesterday, all of them indexed

Re: SolrCloud DIH issue

2015-09-19 Thread Ravi Solr
Thanks Erick, I will report back once the reindex is finished. Oh, your answer reminded me of another question - Regarding configsets the documentation says "On a multicore Solr instance, you may find that you want to share configuration between a number of different cores." Can the sa

Re: SolrCloud DIH issue

2015-09-19 Thread Ravi Solr
Cant thank you enough for clarifying it at length. Yeah its pretty confusing even for experienced Solr users. I used the upconfig and linkconfig commands to update 4 collections into zookeeper...As you described, I lucked out as I used the same name for configset and the collection and hence did

Re: SolrCloud DIH issue

2015-09-20 Thread Ravi Solr
Yes Upayavira, that's exactly what prompted me to ask Erick as soon as I read https://cwiki.apache.org/confluence/display/solr/Config+Sets Erick, Regarding my delta-import not working I do see the dataimport.properties in zookeeper. after I "upconfig" and "linkconfig" my

SolrCloud Startup question

2015-09-21 Thread Ravi Solr
Can somebody kindly help me understand the difference between the following startup calls ? ./solr start -p -s /solr/home -z zk1:2181,zk2:2181,zk3:2181 Vs ./solr start -c -p -s /solr/home -z zk1:2181,zk2:2181,zk3:2181 What happens if i don't pass the "-c" optio

Re: SolrCloud Startup question

2015-09-21 Thread Ravi Solr
Thank you Anshum & Upayavira. BTW do any of you guys know if CloudSolrClient is ThreadSafe ?? Thanks, Ravi Kiran Bhaskar On Monday, September 21, 2015, Anshum Gupta wrote: > Hi Ravi, > > I just tried it out and here's my understanding: > > 1. Starting Solr with -c s

Re: SolrCloud Startup question

2015-09-22 Thread Ravi Solr
nection manager. > > On Mon, Sep 21, 2015 at 3:13 PM, Ravi Solr wrote: > > > Thank you Anshum & Upayavira. > > > > BTW do any of you guys know if CloudSolrClient is ThreadSafe ?? > > > > Thanks, > > > > Ravi Kiran Bhaskar > > &

Weird Exception

2015-09-23 Thread Ravi Solr
] o.a.s.c.S.Request [collection1_shard1_replica4] webapp=/solr path=/select params={sort=_docid_+asc&q=*:*&distrib=false&wt=javabin&version=2&rows=0} status=500 QTime=1 2015-09-24 01:43:33.668 ERROR (qtp1256054824-13) [c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica4] o.a.s.

bulk reindexing 5.3.0 issue

2015-09-25 Thread Ravi Solr
I have been trying to re-index the docs (about 1.5 million) as one of the field needed part of string value removed (accidentally introduced). I was issuing a query for 100 docs getting 4 fields and updating the doc (atomic update with "set") via the CloudSolrClient in batches, However from time t

Re: bulk reindexing 5.3.0 issue

2015-09-25 Thread Ravi Solr
Walter, Not in a mood for banter right now Its 6:00pm on a friday and Iam stuck here trying to figure reindexing issues :-) I dont have source of docs so I have to query the SOLR, modify and put it back and that is seeming to be quite a task in 5.3.0, I did reindex several times with 4.7.2 in

Re: bulk reindexing 5.3.0 issue

2015-09-25 Thread Ravi Solr
t > you don’t have the docs outside of Solr. Some people jump to the advanced > features and miss the simple ones. > > It might be faster to fetch all the docs from Solr and save them in files. > Then modify them. Then reload all of them. No guarantee, but it is worth a > try. >

Re: bulk reindexing 5.3.0 issue

2015-09-25 Thread Ravi Solr
haskar On Friday, September 25, 2015, Erick Erickson wrote: > How are you querying Solr? You say you query for 100 docs, > update then get the next set. What are you using for a marker? > If you're using the start parameter, and somehow a commit is > creeping in things might be

Re: bulk reindexing 5.3.0 issue

2015-09-25 Thread Ravi Solr
er.commit(true, true), then it doesn't return until a new > searcher is completely opened so your previous updates will be > reflected in your next search. > > Actually, what I'd really do is > 1> turn off all auto commits > 2> go ahead and query/change/upd

Re: bulk reindexing 5.3.0 issue

2015-09-25 Thread Ravi Solr
Erick as per your advise I used cursorMarks (see code below). It was slightly better but Solr throws Exceptions randomly. Please look at the code and Stacktrace below 2015-09-26 01:00:45 INFO [a.b.c.AdhocCorrectUUID] - Indexed 500/1453133 2015-09-26 01:00:49 INFO [a.b.c.AdhocCorrectUUID

Re: bulk reindexing 5.3.0 issue

2015-09-25 Thread Ravi Solr
000/0 2015-09-26 01:48:22 INFO [a.b.c.AdhocCorrectUUID] - FINISHED !!! Thanks Ravi Kiran Bhaskar On Sat, Sep 26, 2015 at 1:17 AM, Ravi Solr wrote: > Erick as per your advise I used cursorMarks (see code below). It was > slightly better but Solr throws Exceptions randomly. Please look at the > c

Re: bulk reindexing 5.3.0 issue

2015-09-26 Thread Ravi Solr
ue key for my schema. My uniqueKey is uniqueId and systemid is of no consequence here, it's another field for differentiating apps within my solr. Than you very much again guys. I will incorporate your suggestions and report back. Thanks Ravi Kiran Bhaskar On Sat, Sep 26, 2015 at 12:58 PM, Eric

Re: bulk reindexing 5.3.0 issue

2015-09-26 Thread Ravi Solr
51 2015-09-26 19:00:13 INFO [com.wpost.search.reindexing.AdhocCorrectUUID] - Indexed 5/0 2015-09-26 19:00:13 INFO [com.wpost.search.reindexing.AdhocCorrectUUID] - FINISHED !!! The query still returned 0 results when they are over million docs available which match uuid:sun.org.mozilla* ...Th

Re: bulk reindexing 5.3.0 issue

2015-09-26 Thread Ravi Solr
on this, I wasnt thinking straight. BTW I found the real issue, I have a total of 8 servers in the solr cloud. The leader for this specific collection was the one that was returning 0 for the searches. All other 7 servers had roughly 800K docs still needing the string replacement. So maybe the real iss

Re: bulk reindexing 5.3.0 issue

2015-09-28 Thread Ravi Solr
sync. > See if it might have happened to you: > > http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201412.mbox/%3CCAOOKt53XTU_e0m2ioJ-S4SfsAp8JC6m-=nybbd4g_mjh60b...@mail.gmail.com%3E > On Sep 27, 2015 06:56, "Ravi Solr" wrote: &

Solr 4.7.2 Vs 5.3.0 Docs different for same query

2015-10-01 Thread Ravi Solr
? Here are the results for the query 'obama'...please note the numfound. 4.7.2 has almost 148519 docs while 5.3.0 says it only has 5.3.0 docs. Any pointers on how to correct this ? Solr 4.7.2 0 2

Re: Solr 4.7.2 Vs 5.3.0 Docs different for same query

2015-10-02 Thread Ravi Solr
uot; button manually on each of the node...Is that the correct way to do it ? Thanks Ravi Kiran Bhaskar On Fri, Oct 2, 2015 at 12:04 AM, Tomoko Uchida wrote: > Are you sure that you've indexed same data to Solr 4.7.2 and 5.3.0 ? > If so, I suspect that you have multiple shards and requ

Re: Reverse query?

2015-10-02 Thread Ravi Solr
use a phrase query like: > > *"*Mad Max*"~2* > > where enclosing your keywords between double quotes means that you want to > get both Mad and Max and the optional parameter ~2 is an example of *slop*. > If you need more info you can look for *Phrase Query* in > htt

Re: Zk and Solr Cloud

2015-10-02 Thread Ravi Solr
Awesome nugget Shawn, I also faced similar issue a while ago while i was doing a full re-index. It would be great if such tips are added into FAQ type documentation on cwiki. I love the SOLR forum everyday I learn something new :-) Thanks Ravi Kiran Bhaskar On Fri, Oct 2, 2015 at 1:58 AM, Shawn

Re: Solr 4.7.2 Vs 5.3.0 Docs different for same query

2015-10-02 Thread Ravi Solr
de to handle > collections properly in SolrCloud environment. (I bookmark this page.) > https://cwiki.apache.org/confluence/display/solr/Collections+API > <https://cwiki.apache.org/confluence/display/solr/Collections+API> > > Regards, > Tomoko > > 2015-10-03 1:15 GMT+09:00 Er

Re: Solr Multilingual Indexing with one field- Guidance

2015-05-12 Thread TK Solr
children, they will find lots of unrelated English articles about someone being kind. This one too can be worked-around by having a language field. By default, Solr/Lucene hits are sort by the relevancy scores and the score calculation uses IDF. If a search term appears in many documents, the score i

solr 5.x on glassfish/tomcat instead of jetty

2015-05-20 Thread Ravi Solr
I have read that solr 5.x has moved away from deployable WAR architecture to a runnable Java Application architecture. Our infrastructure/standards folks are adamant about not running SOLR on Jetty (as we are about to upgrade from 4.7.2 to 5.1), any ideas on how I can make it run on Glassfish or

Re: solr 5.x on glassfish/tomcat instead of jetty

2015-05-20 Thread Ravi Solr
etc (Not to say that govt teams are not using SOLR, I know library of congress etc use it.). Some times the decision is above my pay grade more so when the firm is not a core Technology firm. I would rather find a way than be labeled an anarchist, after all anything is possible with software right

Re: solr 5.x on glassfish/tomcat instead of jetty

2015-05-20 Thread TK Solr
On 5/20/15, 8:21 AM, Shawn Heisey wrote: As of right now, there is still a .war file. Look in the server/webapps directory for the .war, server/lib/ext for logging jars, and server/resources for the logging configuration. Consult your container's documentation to learn where to place these thin

Re: solr 5.x on glassfish/tomcat instead of jetty

2015-05-20 Thread TK Solr
Never mind. I found that thread. Sorry for the noise. On 5/20/15, 5:56 PM, TK Solr wrote: On 5/20/15, 8:21 AM, Shawn Heisey wrote: As of right now, there is still a .war file. Look in the server/webapps directory for the .war, server/lib/ext for logging jars, and server/resources for the

Re: solr 5.x on glassfish/tomcat instead of jetty

2015-05-21 Thread TK Solr
On 5/21/15, 5:26 AM, Steven White wrote: Hi TK, Can you share the thread you found on this WAR topic? Steve, Actually, that was my mistake. I still don't know why WARs are bad. In the thread "Solr 5.0, Jetty and WAR", which you started and are familiar with, https://wiki.

Re: [solr 5.1] Looking for full text + collation search field

2015-05-29 Thread TK Solr
On 5/21/15, 5:19 AM, Björn Keil wrote: Thanks for the advice. I have tried the field type and it seems to do what it is supposed to in combination with a lower case filter. However, that raises another slight problem: German umlauts are supposed to be treated slightly different for the purpos

Re: YAJar

2015-06-08 Thread TK Solr
it should work. On 5/25/15, 9:14 PM, Robust Links wrote: I am stuck in Yet Another Jarmagedon of SOLR. this is a basic question. i noticed solr 5.0 is using guava 14.0.1. My app needs guava 18.0. What is the pattern to override a jar version uploaded into jetty? I am using maven, and solr is

Where is schema.xml ?

2015-06-17 Thread TK Solr
With Solr 5.2.0, I ran: bin/solr create -c foo This created solrconfig.xml in server/solr/foo/conf directory. Other configuration files such as synonyms.txt are found in this directory too. But I don't see schema.xml. Why is schema.xml handled differently? I am guessing server/solr/confi

Re: Where is schema.xml ?

2015-06-17 Thread TK Solr
On 6/17/15, 2:35 PM, Upayavira wrote: Do you have a managed-schema file, or such? You may have used the configs that have a managed schema, i.e. one that allows you to change the schema via HTTP. I do see a file named "managed-schema" without ".xml" extension in the conf directory. Its content

Indexing a (File attached to a document)

2016-05-12 Thread Solr User
Hi If I index a document with a file attachment attached to it in solr, can I visualise data of that attached file attachment also while querying that particular document? Please help me on this Thanks & Regards Vidya Nadella -- View this message in context: http://lucene.47206

Filter query (fq) on comma seperated value does not work

2016-05-16 Thread SRINI SOLR
Hi Team - Can you please help me out on the following ... I have a following field in the solr document which has the comma seperated values like below .. 1,456,768,345 doc1 456 doc2 1,456 doc3 So - Here I need to filter the search docs which contains category is

Re: Filter query (fq) on comma seperated value does not work

2016-05-16 Thread SRINI SOLR
ategory field. > It looks like you are using a string type, which does not tokenize at all > (e.g. verbatim) > Please use a PatterTokenizer and configure it so that it splits on comma. > > Ahmet > > > > On Monday, May 16, 2016 2:11 PM, SRINI SOLR wrote: > Hi Team - &g

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

Re: Faceting and Grouping Performance Degradation in Solr 5

2016-05-18 Thread Solr User
Joel, Thank you for taking the time to respond to my question. I tried the JSON Facet API for one query that uses facet.method=enum (since this one has a ton of unique values and performed better with enum) but this was way slower than even the slower Solr 5 times. I did not try the new API

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.

Sorl 4.3.1 - Does not load the new data using the Java application

2016-06-09 Thread SRINI SOLR
Hi Team - Can you please help me out on the below issue ... We are using the Solr 4.3.1 version. Integrated Solr 4.3.1 with Java application using EmbeddedSolrServer. Using this EmbeddedSolrServer in java - loading the core container as below ... *embeddedSolrServer.getCoreContainer().load

Re: Sorl 4.3.1 - Does not load the new data using the Java application

2016-06-09 Thread SRINI SOLR
Thu, Jun 9, 2016 at 4:08 PM, Upayavira wrote: > Are you executing a commit? > > You must commit before your content becomes visible. > > Upayavira > > On Thu, 9 Jun 2016, at 11:13 AM, SRINI SOLR wrote: > > Hi Team - > > Can you please help me out on the below issue

Recommendations for analyzing Korean?

2016-06-14 Thread Solr List
Hi - What's the current recommendation for searching/analyzing Korean? The reference guide only lists CJK: https://cwiki.apache.org/confluence/display/solr/Language+Analysis I see a bunch of work was done on https://issues.apache.org/jira/browse/LUCENE-4956, but it doesn't look lik

Solr 4.3.1 - Spell-Checker with MULTI-WORD PHRASE

2016-07-21 Thread SRINI SOLR
Hi All - Could you please help me on spell check on multi-word phrase as a whole... Scenario - I have a problem with solr spellcheck suggestions for multi word phrases. With the query for 'red chillies' q=red+chillies&wt=xml&indent=true&spellcheck=true&spell

Re: Solr 4.3.1 - Spell-Checker with MULTI-WORD PHRASE

2016-07-22 Thread SRINI SOLR
Hi all - please help me here On Thursday, July 21, 2016, SRINI SOLR wrote: > Hi All - > Could you please help me on spell check on multi-word phrase as a whole... > Scenario - > I have a problem with solr spellcheck suggestions for multi word phrases. With the query for 're

Re: Faceting and Grouping Performance Degradation in Solr 5

2016-09-26 Thread Solr User
Thanks again for your work on honoring the facet.method. I have an observation that I would like to share and get your feedback on if possible. I performance tested Solr 5.5.2 with various facet queries and the only way I get comparable results to Solr 4.8.1 is when I expungeDeletes. Is it

Re: Faceting and Grouping Performance Degradation in Solr 5

2016-09-27 Thread Solr User
Further testing indicates that any performance difference is not due to deletes. Both Solr 4.8.1 and Solr 5.5.2 benefited from removing deletes. The times appear to converge on an optimized index. Below are the details. Not sure what else to make of this at this point other than moving forward

Re: Faceting and Grouping Performance Degradation in Solr 5

2016-09-28 Thread Solr User
Certainly. And I would of course welcome anyone else to test this for themselves especially with facet.method=uif to see if that has indeed bridged the gap between Solr 4 and Solr 5. I would be very happy if my testing is invalid due to variance, problem in process, etc. One thing I was

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-10-03 Thread Solr User
cases were true for both shards. A few of the tests were repeated as well. The only conclusion that I could draw is that the number of segments and the number of deletes appear to greatly influence the response times, at least more than any difference in Solr version. There also appears to

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

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

2017-06-05 Thread Solr User
Sorry for the delay. I was able to reproduce this easily with my setup, but reproducing this on a Solr example proved challenging. Hopefully the work that I did to find the situation in which this is produced will help in resolving the problem. The driving factor for this appears to be how

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

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

2017-10-29 Thread TK Solr
I think you can use ASCIIFoldingFIlter http://lucene.apache.org/core/6_2_0/analyzers-common/org/apache/lucene/analysis/miscellaneous/ASCIIFoldingFilter.html by inserting its factory in your schema. http://lucene.apache.org/core/6_2_0/analyzers-common/org/apache/lucene/analysis/miscellaneous/ASC

6.4.0 collection leader election and recovery issues

2017-02-01 Thread Ravi Solr
stuck with no leader. I have restarted solr to no avail, I also tried to force a leader via collections API that dint work either. I also see that, from time to time multiple solr nodes go down all at the same time, only a restart resolves the issue. The error snippets are shown below 2017-02-02

Re: 6.4.0 collection leader election and recovery issues

2017-02-02 Thread Ravi Solr
Following up on my previous email, the intermittent server unavailability seems to be linked to the interaction between Solr and Zookeeper. Can somebody help me understand what this error means and how to recover from it. 2017-02-02 09:44:24.648 ERROR (recoveryExecutor-3-thread-16-processing

  1   2   3   4   >