Re: Seeking New Moderators for solr-user@lucene

2013-10-22 Thread Andrew Psaltis
Hey Hoss, I would be interested in being a moderator. Thanks, Andrew On Sun, Oct 20, 2013 at 7:09 AM, Jeevanandam M. je...@myjeeva.com wrote: Hello Hoss - My pleasure, kindly accept my moderator nomination. Regards, Jeeva -- Original Message -- From: Chris Hostetter

Re: How to extract a field with a prefixed dimension?

2013-10-22 Thread Upayavira
Not too sure what you're asking. Are you saying that you want to only return a relevant part of a field in search results - i.e. a contextual snippet? If so, then you should look at the highlighting component, which can do this. http://wiki.apache.org/solr/HighlightingParameters Upayavira On

RE: Facet performance

2013-10-22 Thread Toke Eskildsen
On Mon, 2013-10-21 at 16:57 +0200, Lemke, Michael SZ/HZA-ZSW wrote: QTime enum: 1st call: 1200 subsequent calls: 200 Those numbers seems fine. QTime fc: never returns, webserver restarts itself after 30 min with 100% CPU load It might be because it dies due to garbage

SolrCloud frequently hanging

2013-10-22 Thread Prasi S
Hi all, We are using solrcloud 4.4 (solrcloud with external zookeeper, 2 tomcats , 2 solr- 1 in each tomcat) for indexing delimited files. Our index records count to 220 Million. We have three different files each with a partial set of data. We index the first file completely. Then the second and

SOLR/Tomcat6 keeping references to deleted tlog files

2013-10-22 Thread Eric Bus
Hi, I've been running a SolrCloud setup running SOLR 4.4 consisting of 3 nodes for some time. The cloud is hosting about 40 small collections that receive updates once a day. The collections are using different shard and replication configurations (varying from 2 shards without replication to

Re: SolrCloud performance in VM environment

2013-10-22 Thread Tom Mortimer
Boogie, Shawn, Thanks for the replies. I'm going to try out some of your suggestions today. Although, without more RAM I'm not that optimistic.. Tom On 21 October 2013 18:40, Shawn Heisey s...@elyograg.org wrote: On 10/21/2013 9:48 AM, Tom Mortimer wrote: Hi everyone, I've been working

mysql-connector-java Version for Solr 4.4.0

2013-10-22 Thread Raheel Hasan
Hi, Can anyone tell me whats the correct version for mysql-connector-java for Solr 4.4.0? I have solr 4.3.0 and use mysql-connector-java-5.1.25-bin.jar. But now I am upgrading to solr 4.4.0. thanks a lot. -- Regards, Raheel Hasan

Solr 4.6.0 latest build

2013-10-22 Thread michael.boom
Hi! I'm using Solr 4.4.0 currently and I'm having quite some trouble with * SOLR-5216: Document updates to SolrCloud can cause a distributed deadlock. (Mark Miller) which should be fixed for 4.6.0. Where could I get Solr 4.6.0 from? I want to make some tests regarding this fix. Thank you!

Re: Solr 4.6.0 latest build

2013-10-22 Thread Rafał Kuć
Hello! The current development version of Solr can be found in the SVN repository - https://lucene.apache.org/solr/versioncontrol.html You need to download the source code and build Solr yourself. -- Regards, Rafał Kuć Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch Hi!

Re: Solr 4.6.0 latest build

2013-10-22 Thread Chris Geeringh
That's not quite right. You don't have to download the source or build it yourself. You can grab a 4.6 snapshot build from here: https://builds.apache.org/job/Solr-Artifacts-4.x/lastSuccessfulBuild/artifact/solr/package/ I have an issue with updates no longer being processed, and the snapshots

Re: How to extract a field with a prefixed dimension?

2013-10-22 Thread javozzo
Hi Upayavira, this is an example of what i do. i have in content field this string This is a text content in this document and i would to extract this This is a text How can i do this? Thanks Danilo -- View this message in context:

Re: Solr 4.6.0 latest build

2013-10-22 Thread Rafał Kuć
Hello! Thanks for correction :) Did you report that the issue still persists? -- Regards, Rafał Kuć Performance Monitoring * Log Analytics * Search Analytics Solr Elasticsearch Support * http://sematext.com/ That's not quite right. You don't have to download the source or build it

Re: Solr timeout after reboot

2013-10-22 Thread Erick Erickson
Have you considered just putting some killer queries in the firstSearcher and newSearcher sections of solrconfig.xml? By killer I mean even single queries that search something on all the fields you care about, facet on a bunch of fields and sort by a bunch of fields. These can even be all in the

Re: how to avoid recover? how to ensure a recover success?

2013-10-22 Thread sling
There is 8Gb index in each replica, 8 nodes , 4 shards and 4 collections in this application. in test enviroment, it can get 20 qps with no pressure. but the index size is small too... -- View this message in context:

Re: Solr 4.6.0 latest build

2013-10-22 Thread Chris Geeringh
Yes: https://issues.apache.org/jira/browse/SOLR-5364 On 22 October 2013 09:49, Rafał Kuć r@solr.pl wrote: Hello! Thanks for correction :) Did you report that the issue still persists? -- Regards, Rafał Kuć Performance Monitoring * Log Analytics * Search Analytics Solr

Re: External Zookeeper and JBOSS

2013-10-22 Thread Erick Erickson
What happens if you look in collections? Best, Erick On Mon, Oct 21, 2013 at 9:55 PM, Shawn Heisey s...@elyograg.org wrote: On 10/21/2013 1:19 PM, Branham, Jeremy [HR] wrote: Sorl.xml [simplified by removing additional cores] ?xml version=1.0 encoding=UTF-8 ? solr persistent=true

Re: Exact Match Results

2013-10-22 Thread Erick Erickson
admin/analysis is your friend here. It'll tell you exactly what gets into your index and the transformations defined by each step along the way. As Developer pointed out, you're using the ngram filter, that's almost surely what's causing the matches you're seeing. FWIW, Erick On Tue, Oct 22,

Re: SolrCloud frequently hanging

2013-10-22 Thread Erick Erickson
This is not a lot of data really. bq: ...three different files each with a partial set of data. OK, what does this mean? Are you importing as CSV files or something? Are you trying to commit 10s of M documents at once? This shouldn't be merging since you're in 4.4 unless you're committing far

Re: SolrCloud frequently hanging

2013-10-22 Thread Chris Geeringh
Hi Prasi, I have the same issue - I'm trying to import data and after some amount of time the cloud stops accepting updates. I can confirm that hitting the admin url, indexing appears to start again although that doesn't seem to last very long before hanging again. I have a Jira ticket open,

Re: SOLR/Tomcat6 keeping references to deleted tlog files

2013-10-22 Thread Erick Erickson
H, sounds like you've put some time into sleuthing here, cool! Do you notice that your open file handles are increasing roughly linearly with time? Assuming a relatively constant indexing rate, that's what I'd expect if Solr is just failing to close the tlog somehow. I'm assuming no custom

Solr cloud weird behaviour

2013-10-22 Thread Andreas Weichhart
Hi guys i have a little bit of a problem for some time now and can't finde any solution nor have i any idea why this is happening :) So i'm running a solr cloud for my project at work 3 zks, 4 solrs, and i'm indexing through jsolr because i'm indexing xml files -- parsing them first and creating

Re: SolrCloud frequently hanging

2013-10-22 Thread Prasi S
bq: ...three different files each with a partial set of data. WE have to index around 170 metadata. around 120 fields are int he first file, 50 metadata in the second fiel and 6 on the third file. All the three files have the same unique key. We use solrj to push these files to solr. First, we

Re: mysql-connector-java Version for Solr 4.4.0

2013-10-22 Thread Shalin Shekhar Mangar
You can continue to use the same version of mysql-connector-java. There's no correct version as such. On Tue, Oct 22, 2013 at 1:35 PM, Raheel Hasan raheelhasan@gmail.comwrote: Hi, Can anyone tell me whats the correct version for mysql-connector-java for Solr 4.4.0? I have solr 4.3.0

Re: Facet performance

2013-10-22 Thread Andre Bois-Crettez
This is with Solr 1.4. Really ? This sound really outdated to me. Have you tried a tried more recent version, 4.5 just went out ? -- André Bois-Crettez Software Architect Search Developer http://www.kelkoo.com/ Kelkoo SAS Société par Actions Simplifiée Au capital de € 4.168.964,30 Siège

Re: Solr 4.6.0 latest build

2013-10-22 Thread michael.boom
Thanks Chris Rafal! So the problem actually persists in 4.6. I'll then watch this issue and cheer for Mark's fix. - Thanks, Michael -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-6-0-latest-build-tp4096960p4096992.html Sent from the Solr - User mailing list

Re: mysql-connector-java Version for Solr 4.4.0

2013-10-22 Thread Raheel Hasan
ok thanks... On Tue, Oct 22, 2013 at 2:51 PM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: You can continue to use the same version of mysql-connector-java. There's no correct version as such. On Tue, Oct 22, 2013 at 1:35 PM, Raheel Hasan raheelhasan@gmail.com wrote: Hi,

Any way to dynamically rename fields in the schema?

2013-10-22 Thread jimi.hullegard
Hi, Is there a way to dynamically change a field name using some magic regex or similar in the schema file? For example, if we have a field named subtitle_string_indexed_stored, then we could have a dynamic field that matches *_string_indexed_stored and then renames it to simply subtitle (ie

Language detection for multivalued field

2013-10-22 Thread vatuska
Is there any way to define language for multivalued field? Seems it doesn't work if there are several values with different languages in the documents. *I have multivalued field in schema.xml* ... field name=tag type=text_general indexed=true stored=true required=false multiValued=true/ ...

Re: Language detection for multivalued field

2013-10-22 Thread Jan Høydahl
Hi, The feature is designed to detect exactly one language per field. In case of multValued, it will concatenate all values before detection. Can you elaborate on your comment There isn't tag indexed. Are you saying that your multiValued tag field is not indexed at all, gone, missing? If you

Re: Any way to dynamically rename fields in the schema?

2013-10-22 Thread Jan Høydahl
Hi, In general, if you use dynamic fields you will have to live with some predictable naming pattern. If you want to stick with dynamic fields, but use clean names, there are a few features worth looking at; Field name aliases:

Re: Language detection for multivalued field

2013-10-22 Thread vatuska
*Can you elaborate on your comment There isn't tag indexed. Are you saying that your multiValued tag field is not indexed at all, gone, missing? * There aren't any tag_... field despite of indexed=true stored=true for dynamicField I found the reason, but I don't understand why If I specify str

Chinese language search in SOLR 3.6.1

2013-10-22 Thread Poornima Jay
Hi, Did any one face a problem for chinese language in SOLR 3.6.1. Below is the analyzer in the schema.xml file. fieldType name=text_chinese class=solr.TextField positionIncrementGap=100       analyzer type=index           tokenizer class=solr.CJKTokenizerFactory/            filter

Solr indexing on urlencoded fields

2013-10-22 Thread neerajp
Hi, I am a new solr user. I need to integrate Solr with my email application for searching. My code is in C++ so I am making REST request to post the data in solr for making indexes. I have fields like: from, to , subject, body etc and they can contain the characters which needs to be urlencoded.

Re: Solr indexing on urlencoded fields

2013-10-22 Thread Erik Hatcher
You only url encode data that is in the URL If you're posting Solr XML, you need to encode entities appropriately for it to be valid XML but that's not the same as URL encoding. Erik On Oct 22, 2013, at 6:54 AM, neerajp neeraj_star2...@yahoo.com wrote: Hi, I am a new solr user. I

securing Solr Admin

2013-10-22 Thread Raheel Hasan
Hi, I want to know how to secure the admin section. The site http://wiki.apache.org/solr/SolrSecurity; has a lot of stuff, but I want to put htaccess based restriction. Can anyone tell me where to place the htaccess? I am using solr 4.3 thanks. -- Regards, Raheel Hasan

Re: securing Solr Admin

2013-10-22 Thread Shawn Heisey
On 10/22/2013 7:32 AM, Raheel Hasan wrote: I want to know how to secure the admin section. The site http://wiki.apache.org/solr/SolrSecurity; has a lot of stuff, but I want to put htaccess based restriction. Can anyone tell me where to place the htaccess? I am using solr 4.3 Restricting

Re: securing Solr Admin

2013-10-22 Thread Raheel Hasan
This sounds like trouble. I have used Solr in my script (php) such that I curl it for query (using solr/automata/select?q=). If I make it completely off-public, how will my own site access it? Is there any parameter to prevent access by REMOTE_ADDR? Thanks. On Tue, Oct 22, 2013 at 6:49 PM,

Spatial Distance Range

2013-10-22 Thread Eric Grobler
Hi Everyone, Normally one would search for documents where the location is within a specified distance, for example widthin 5 km: fq={!geofilt pt=45.15,-93.85 sfield=store

Re: Spatial Distance Range

2013-10-22 Thread Bill Bell
Yes frange works Bill Bell Sent from mobile On Oct 22, 2013, at 8:17 AM, Eric Grobler impalah...@googlemail.com wrote: Hi Everyone, Normally one would search for documents where the location is within a specified distance, for example widthin 5 km: fq={!geofilt pt=45.15,-93.85

Re: Chinese language search in SOLR 3.6.1

2013-10-22 Thread Rajani Maski
Hi Poornima, Your statement : It works fine with the chinese strings but not working with product code or ISBN even though the fields are defined as string is confusing. Did you mean that the product code and ISBN fields are of type text_Chinese? Is it first or second: field

Re: Major GC does not reduce the old gen size

2013-10-22 Thread neoman
can anyone please reply to this. i appreciate your help. -- View this message in context: http://lucene.472066.n3.nabble.com/Major-GC-does-not-reduce-the-old-gen-size-tp4096880p4097036.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Chinese language search in SOLR 3.6.1

2013-10-22 Thread Poornima Jay
Hi Rajani, Below is the configured in my schema. fieldType name=text_chinese class=solr.TextField positionIncrementGap=100       analyzer type=index         tokenizer class=solr.ChineseTokenizerFactory/                 filter class=solr.StopFilterFactory  ignoreCase=true   words=stopwords.txt  

Re: Spatial Distance Range

2013-10-22 Thread Eric Grobler
Hi Bill, Yes frange works Do you mean range specifying kilometers? Regards Eric On Tue, Oct 22, 2013 at 3:20 PM, Bill Bell billnb...@gmail.com wrote: Yes frange works Bill Bell Sent from mobile On Oct 22, 2013, at 8:17 AM, Eric Grobler impalah...@googlemail.com wrote: Hi

Re: securing Solr Admin

2013-10-22 Thread Raymond Wiker
On Oct 22, 2013, at 15:32 , Raheel Hasan raheelhasan@gmail.com wrote: Hi, I want to know how to secure the admin section. The site http://wiki.apache.org/solr/SolrSecurity; has a lot of stuff, but I want to put htaccess based restriction. Can anyone tell me where to place the

Re: SolrCloud performance in VM environment

2013-10-22 Thread Tom Mortimer
Just tried it with no other changes than upping the RAM to 128GB total, and it's flying. I think that proves that RAM is good. =) Will implement suggested changes later, though. cheers, Tom On 22 October 2013 09:04, Tom Mortimer tom.m.f...@gmail.com wrote: Boogie, Shawn, Thanks for the

Re: Spatial Distance Range

2013-10-22 Thread Eric Grobler
Hi Everyone, To explain this better, fq={!geofilt pt=45.15,-93.85 sfield=store d=5} will search the gray area. I want to search in a circle around my location but between 5 and 10 km, the blue area. [image: Inline image 1] Regards Ericz On Tue, Oct 22, 2013 at 3:17 PM, Eric Grobler

Re: Solr 4.6.0 latest build

2013-10-22 Thread Mark Miller
I would try the 4.6 builds and report back your results. I don't know that Chris is seeing the same thing that has come up in the past. In my testing, I'm not having issues with the latest 4.6. The more people that try it out, the more we will know. - Mark On Tue, Oct 22, 2013 at 6:31 AM,

RE: Facet performance

2013-10-22 Thread Lemke, Michael SZ/HZA-ZSW
On Tue, October 22, 2013 9:23 AM Toke Eskildsen wrote: On Mon, 2013-10-21 at 16:57 +0200, Lemke, Michael SZ/HZA-ZSW wrote: QTime fc: never returns, webserver restarts itself after 30 min with 100% CPU load It might be because it dies due to garbage collection. But since more memory (as

RE: Facet performance

2013-10-22 Thread Lemke, Michael SZ/HZA-ZSW
On Tue, October 22, 2013 11:54 AM Andre Bois-Crettez wrote: This is with Solr 1.4. Really ? This sound really outdated to me. Have you tried a tried more recent version, 4.5 just went out ? Sorry, can't. Too much `grown' stuff. Michael

Re: feedback on Solr 4.x LotsOfCores feature

2013-10-22 Thread Soyez Olivier
Another way to simulate the core discovery is : time find $PATH_TO_CORES -name core.properties -type f -exec cat '{}' /dev/null 21 \; or just the core.properties read time : find $PATH_TO_CORES -name core.properties cores.list time for i in `cat cores.list`; do cat $i /dev/null 21; done;

Re: Seeking New Moderators for solr-user@lucene

2013-10-22 Thread Chris Hostetter
: It looks like it's time to inject some fresh blood into the solr-user@lucene : moderation team. Wow ... big thanks to everyone who replied. We've definitely never had that many volunteers before. Since Infra has previously suggested that 7 is too high a number moderators to have for a

Stop/Restart Solr

2013-10-22 Thread Raheel Hasan
Hi, is there a way to stop/restart java? I lost control over it via SSH and connection was closed. But the Solr (start.jar) is still running. thanks. -- Regards, Raheel Hasan

Re: Stop/Restart Solr

2013-10-22 Thread François Schiettecatte
If you are on linux/unix, use the kill command. François On Oct 22, 2013, at 12:42 PM, Raheel Hasan raheelhasan@gmail.com wrote: Hi, is there a way to stop/restart java? I lost control over it via SSH and connection was closed. But the Solr (start.jar) is still running. thanks.

Re: Stop/Restart Solr

2013-10-22 Thread Yago Riveiro
If you are asking about if solr has a way to restart himself, I think that the answer is no. If you lost control of the remote machine someone will need to go and restart the machine ... You can try use a kvm or other remote control system -- Yago Riveiro Sent with Sparrow

DIH - URLDataSource import size

2013-10-22 Thread Raheel Hasan
Hi, I have an issue that is only coming on live environment. The DIH with URLDataSource is not working when the file size imported is large (i.e. 100kb above - which is not so large). If its large, it returns nothing (as seen in the Debug section of DataImport at Solr Admin). However, when

Re: Stop/Restart Solr

2013-10-22 Thread Raheel Hasan
ok. I thought there must be a way to restart solr.. Because, once the process is running (i.e. start.jar), I dont know where to find it. pgrep doesnt return start.jar but java as a whole. So how to know the exact process number of start.jar? Thanks.. On Tue, Oct 22, 2013 at 9:50 PM, Yago

Re: Stop/Restart Solr

2013-10-22 Thread François Schiettecatte
A few more specifics about the environment would help, Windows/Linux/...? Jetty/Tomcat/...? François On Oct 22, 2013, at 12:50 PM, Yago Riveiro yago.rive...@gmail.com wrote: If you are asking about if solr has a way to restart himself, I think that the answer is no. If you lost control

Re: Stop/Restart Solr

2013-10-22 Thread Yago Riveiro
You can do `ps -ef | grep java | grep 'start.jar'` -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, October 22, 2013 at 5:52 PM, Raheel Hasan wrote: ok. I thought there must be a way to restart solr.. Because, once the process is running (i.e.

Re: Stop/Restart Solr

2013-10-22 Thread Raheel Hasan
its CentOS... and using jetty with solr here.. On Tue, Oct 22, 2013 at 9:54 PM, François Schiettecatte fschietteca...@gmail.com wrote: A few more specifics about the environment would help, Windows/Linux/...? Jetty/Tomcat/...? François On Oct 22, 2013, at 12:50 PM, Yago Riveiro

Re: Stop/Restart Solr

2013-10-22 Thread Yago Riveiro
If is CentOS use: ps -ef | grep java | grep 'start.jar' will give you the process ( I assumed that you only have one instance running. ) -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, October 22, 2013 at 5:56 PM, Raheel Hasan wrote: its CentOS...

Re: Stop/Restart Solr

2013-10-22 Thread François Schiettecatte
Yago has the right command to search for the process, that will get you the process ID specifically the first number on the output line, then do 'kill ###', if that fails 'kill -9 ###'. François On Oct 22, 2013, at 12:56 PM, Raheel Hasan raheelhasan@gmail.com wrote: its CentOS... and

Re: Stop/Restart Solr

2013-10-22 Thread Raheel Hasan
ok fantastic... thanks a lot guyz On Tue, Oct 22, 2013 at 10:00 PM, François Schiettecatte fschietteca...@gmail.com wrote: Yago has the right command to search for the process, that will get you the process ID specifically the first number on the output line, then do 'kill ###', if that

RE: External Zookeeper and JBOSS

2013-10-22 Thread Branham, Jeremy [HR]
[collections] was empty until I used the correct zkcli script from the solr distribution. I uploaded the config - java -classpath .:/production/v8p/deploy/svc.war/WEB-INF/lib/* org.apache.solr.cloud.ZkCLI -cmd upconfig -zkhost localhost:2181 -confdir /data/v8p/solr/root/conf -confname

solrnet sample

2013-10-22 Thread Kishan Parmar
hi, can any one send me the solrnet sample which you have created .. i downloaded ti from github but i cant change in it... so plz give smalll app on solrnet...or send me hoy to change in solrnet sample on github Regards, Kishan Parmar Software Developer +91 95 100 77394 Jay Shree Krishnaa

Re: securing Solr Admin

2013-10-22 Thread Shawn Heisey
On 10/22/2013 8:09 AM, Raheel Hasan wrote: This sounds like trouble. I have used Solr in my script (php) such that I curl it for query (using solr/automata/select?q=). If I make it completely off-public, how will my own site access it? Is there any parameter to prevent access by REMOTE_ADDR?

Re: securing Solr Admin

2013-10-22 Thread Raymond Wiker
On Oct 22, 2013, at 19:29 , Shawn Heisey s...@elyograg.org wrote: On 10/22/2013 8:09 AM, Raheel Hasan wrote: This sounds like trouble. I have used Solr in my script (php) such that I curl it for query (using solr/automata/select?q=). If I make it completely off-public, how will my own site

Indexing logs files of thousands of GBs

2013-10-22 Thread keshari.prerna
Hello, I am tried to index log files (all text data) stored in file system. Data can be as big as 1000 GBs or more. I am working on windows. A sample file can be found at https://www.dropbox.com/s/mslwwnme6om38b5/batkid.glnxa64.66441 I tried using FileListEntityProcessor with

Re: securing Solr Admin

2013-10-22 Thread Raheel Hasan
ok thats very knowledgeable... thanks.. I will try to put a firewall to prevent some access... What I was looking for was some global simple setting (like in the core setting) that prevents access to certain ip... or an htaccess type settings allowed for the core... But I guess thats not part

Spatial Circle Search

2013-10-22 Thread Eric Grobler
Hi Solr experts, fq={!geofilt pt=45.15,-93.85 sfield=store d=5} will return docs with 5 km (the gray area) I want to search in a circle around my location but only between 5 and 10 km, the blue area. Something like: fq={!geofilt pt=45.15,-93.85 sfield=store *d=[10 TO 100]*} [image: Inline

Re: Spatial Distance Range

2013-10-22 Thread Eric Grobler
This question was badly phrased. I asked it again under the heading Spatial Circle Search On Tue, Oct 22, 2013 at 3:17 PM, Eric Grobler impalah...@googlemail.comwrote: Hi Everyone, Normally one would search for documents where the location is within a specified distance, for example

Re: Stop/Restart Solr

2013-10-22 Thread Utkarsh Sengar
We use this to start/stop solr: Start: java -Dsolr.clustering.enabled=true -Dsolr.solr.home=multicore -Djetty.class.path=lib/ext/* -Dbootstrap_conf=true -DnumShards=3 -DSTOP.PORT=8079 -DSTOP.KEY=some_value -jar start.jar Stop: java -Dsolr.solr.home=multicore -Dbootstrap_conf=true -DnumShards=3

Re: securing Solr Admin

2013-10-22 Thread Shawn Heisey
On 10/22/2013 11:52 AM, Raymond Wiker wrote: I have numerous search applications that only involve SOLR, jQuery, Apache... and two additional server processes, one of which does query validation, adds filtering and does an XSL transform of the search results, while the other does a number of

RE: securing Solr Admin

2013-10-22 Thread Stephanie Huynh
How do I unsubscribe? -Original Message- From: Shawn Heisey [mailto:s...@elyograg.org] Sent: Tuesday, October 22, 2013 12:01 PM To: solr-user@lucene.apache.org Subject: Re: securing Solr Admin On 10/22/2013 11:52 AM, Raymond Wiker wrote: I have numerous search applications that only

Re: securing Solr Admin

2013-10-22 Thread Shawn Heisey
On 10/22/2013 1:04 PM, Stephanie Huynh wrote: How do I unsubscribe? http://lucene.apache.org/solr/discussion.html#solr-user-list-solr-userlucene

Re: Spatial Distance Range

2013-10-22 Thread Eric Grobler
Hi Bill, I found what you were refering too :-) http://stackoverflow.com/questions/10867113/solr-distance-filtering Thanks! On Tue, Oct 22, 2013 at 3:20 PM, Bill Bell billnb...@gmail.com wrote: Yes frange works Bill Bell Sent from mobile On Oct 22, 2013, at 8:17 AM, Eric Grobler

Re: Spatial Circle Search

2013-10-22 Thread Eric Grobler
Bill Bell suggested using frange and here is a stackoverflow example: http://stackoverflow.com/questions/10867113/solr-distance-filtering pt=45.15,-93.85sfield=storefq={!frange l=5 u=10 cache=false cost=100}geodist()fq={!bbox d=10} On Tue, Oct 22, 2013 at 7:43 PM, Eric Grobler

SOLR Cloud node link is wrong in the admin panel

2013-10-22 Thread Branham, Jeremy [HR]
I'm thinking I might have a configuration problem... The SOLR Cloud node link is wrong in the admin panel. I am running solr on port 8080 in JBOSS, but the SOLR cloud admin panel has links to http://192.168.1.123:8983/solr for example. Also the context should be svc instead of solr. Is this a

Re: SOLR Cloud node link is wrong in the admin panel

2013-10-22 Thread Shawn Heisey
On 10/22/2013 2:01 PM, Branham, Jeremy [HR] wrote: I'm thinking I might have a configuration problem... The SOLR Cloud node link is wrong in the admin panel. I am running solr on port 8080 in JBOSS, but the SOLR cloud admin panel has links to http://192.168.1.123:8983/solr for example. Also

Re: SOLR Delta Import from a database View

2013-10-22 Thread Arcadius Ahouansou
Hi Dan. Yes, it's possible to use a DB view instead of a table. Arcadius. On 30 July 2013 21:16, danabdu khairuddina...@att.net wrote: Hi All: I am new to SOLR and I would like to perform SOLR delta import from SQL Server database. I have seen a lot of examples online that use SQL server

RE: Any way to dynamically rename fields in the schema?

2013-10-22 Thread jimi.hullegard
Thanks Jan, for the links and quick explanation. In our case Solr is integrated into the CMS we use, so I Think upgrading to a 4.4+ version (that supports write calls to the Schema API) is not an option at the moment. The field alias function for the result set sounds simple enough, as long as

Test mail

2013-10-22 Thread Aleksandr Elbakyan
Hello Testing if mail works :)

Solr 4.5 router.name issue?

2013-10-22 Thread yriveiro
Hi, I create a collection with command (Solr 4.5): http://localhost:8983/solr/admin/collections?action=CREATEname=testDocValuescollection.configName=page-statisticsnumShards=12maxShardsPerNode=12router.field=month The documentation says that the default router.name it's compositeId. The

Question about sharding and overlapping

2013-10-22 Thread yriveiro
Hi, I created a collection with 12 shards and route.field=month (month field will have values between 1 .. 12) I notice that I have shards with more that a month into them. This could left empty some shard and I want the documents one month in each shard. My question is, how I configure the

Re: Chinese language search in SOLR 3.6.1

2013-10-22 Thread Rajani Maski
String field will work for any case when you do exact key search. text_chinese also should work if you are simply searching with exact string676767667. Well, the best way to find an answer to this query is by using solr analysis tool : http://localhost:8983/solr/#/collection1/analysis Enter your

Solr Index corrupted...

2013-10-22 Thread Chris
Hi, I am running solr 4.4 one of my collections seems to have a corrupted index... I tried doing - java -cp lucene-core-4.4.0.jar -ea:org.apache.lucene... org.apache.lucene.index.CheckIndex /solr2/example/solr/w1/data/index/ -fix But it didnt help...gives - ERROR: could not read any segments

Solr Cloud Distributed IDF

2013-10-22 Thread dboychuck
I recently moved an index from 3.6 non-distributed to Solr Cloud 4.4 with three shards. My company uses a boosting function with a value assigned to each document. This boosting function no longer works dependably and I believe the cause is that IDF is not distributed. This seems like it should

shards.tolerant throwing null pointer exception when spellcheck is on

2013-10-22 Thread Shamik Bandopadhyay
Hi, .96 I'm trying to simulate a fault tolerance test where a shard and its replica(s) goes. down, leaving other shard(s) running. To test it, I added str name=shards.toleranttrue/str in my request handler under defaults section. This is to make sure that the condition is added to each query

Re: Solr indexing on urlencoded fields

2013-10-22 Thread neerajp
Thanks for giving me your valuable thoughts. I used CDATA for escaping the special characters('', '', etc) in XML file. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-indexing-on-urlencoded-fields-tp4096994p4097138.html Sent from the Solr - User mailing list archive