Re: Invalid version (expected 2, but 60) or the data in not in 'javabin' format exception while deleting 30k records

2014-01-09 Thread gpssolr2020
Thanks. We will try with more heap. And we noticed that zookeeper(open jdk) and Solr(sun jdk) is using different jvm. Will this really cause this OOM issue ?. -- View this message in context:

Re: Invalid version (expected 2, but 60) or the data in not in 'javabin' format exception while deleting 30k records

2014-01-07 Thread gpssolr2020
Thanks all for the reply. we are working on that to reduce the delete query size. But after that we faced one more issue.The issue is our batch process is able to delete 16k records but we got an OOM exception in one server.(out of 4 server in solrcloud).We are using solr 4.2 and zookeeper

jetty version 8.1.8.v20121106 stable?

2014-01-07 Thread gpssolr2020
Hi all, 8.1.8.v20121106 is the stable version of jetty??? Please let me know your thoughts. Thanks.. -- View this message in context: http://lucene.472066.n3.nabble.com/jetty-version-8-1-8-v20121106-stable-tp4110005.html Sent from the Solr - User mailing list archive at Nabble.com.

Invalid version (expected 2, but 60) or the data in not in 'javabin' format exception while deleting 30k records

2014-01-02 Thread gpssolr2020
Hi, We are getting the below error message while trying to delete 30k records from solr. Error occured while invoking endpoint on Solr: org.apache.solr.client.solrj.SolrServerException: Error executing query at

Re: uniquekey generation in solr

2013-12-16 Thread gpssolr2020
one of the field used in unique key generation is in date format and other are in string format. So when we remove this date field ,it is working fine. -- View this message in context: http://lucene.472066.n3.nabble.com/uniquekey-generation-in-solr-tp4106766p4106919.html Sent from the Solr -

uniquekey generation in solr

2013-12-14 Thread gpssolr2020
hi all, We are generating unique key(signaturefield) for solr based six unique fields from DB. The generated uniquekey is different in solr , when run through dataimport handler and updaterequesthandler for the same document though we are calling the same update.chain for both. So can any one

Re: Query syntax error: Cannot parse ....

2013-05-28 Thread gpssolr2020
Hi, Try to pass URL encode value(%23) for # . Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Query-syntax-error-Cannot-parse-tp4066560p4066566.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: fq facet on double and non-indexed field

2013-05-23 Thread gpssolr2020
Thanks Erick.. i hope we cant do q also on non-indexed field. Whats is the difference between q and fq other than cache . Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/fq-facet-on-double-and-non-indexed-field-tp4065457p4065604.html Sent from the Solr - User

Tool to read Solr4.2 index

2013-05-22 Thread gpssolr2020
Hi All, We can use lukeall4.0 for reading Solr3.x index . Like that do we have anything to read solr 4.x index. Please help. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Tool-to-read-Solr4-2-index-tp4065448.html Sent from the Solr - User mailing list archive at

Re: Tool to read Solr4.2 index

2013-05-22 Thread gpssolr2020
Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Tool-to-read-Solr4-2-index-tp4065448p4065453.html Sent from the Solr - User mailing list archive at Nabble.com.

fq facet on double and non-indexed field

2013-05-22 Thread gpssolr2020
Hi i am trying to apply filtering on non-indexed double field .But its not returning any results. So cant we do fq on non-indexed field? can not use FieldCache on a field which is neither indexed nor has doc values: EXCH_RT_AMT /str int name=code400/int We are using Solr4.2. Thanks. --

Capturing document processing in solr4.2

2013-05-22 Thread gpssolr2020
Hi , We are creating a unique id using 4-5 fields using SingnatureUpdateProcessorFactory. And we are getting count mismatch b/w data source and solr though we dont have any duplicate records in data source. So we want to capture the id in the log file during its generation to track the mismatch.

protect solr pages

2013-05-17 Thread gpssolr2020
Hi, i want implement security through jetty realm in solr4. So i configured related stuffs in realm.properties ,jetty.xml, webdefault.xml under /solrhome/example/etc. But still it is not working. Please advise. Thanks. -- View this message in context:

Re: How to force a document to be indexed in a given shard at SolrCloud?

2013-05-13 Thread gpssolr2020
Hi, Yes shard.keys should work for this case.Please check this link. http://docs.lucidworks.com/display/solr/Shards+and+Indexing+Data+in+SolrCloud Thanks. -- View this message in context:

Exception with Replication in solr 3.6

2013-05-02 Thread gpssolr2020
Hi, We have one master and 2 slaves with solr3.6. The below messages are logged in solr log . ERROR: Master at: http://server:port/solr/pe/replication is not available. Index fetch failed. Exception: Connection reset ERROR: Master at: http://server:port/solr/pe/replication is not available.

how to get display Jessionid with solr results

2013-04-24 Thread gpssolr2020
Hi, We are using jetty as a container for solr 3.6. We have two slave servers to serve queries for the user request and queries distributed to any one slave through load balancer. When one user send a first search request say its going to slave1 and when that user queries again we want to send

Re: Solr restart is taking more than 1 hour

2013-04-16 Thread gpssolr2020
Thanks for detailed explanation. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-restart-is-taking-more-than-1-hour-tp4054165p4056355.html Sent from the Solr - User mailing list archive at Nabble.com.

Configure compositekey

2013-04-12 Thread gpssolr2020
Hi, i want to explore the hash document routing available in Solr 4.1. So please share the configuration for generating composite key. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Configure-compositekey-tp4055645.html Sent from the Solr - User mailing list

Re: how to migrate solr 1.4 index to solr 4.2 index

2013-04-12 Thread gpssolr2020
Hi , have you re-indexed again or moved 1.4 index to 4.2?? Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-migrate-solr-1-4-index-to-solr-4-2-index-tp4055531p4055686.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr admin url hit is not taking to the correct page

2013-04-10 Thread gpssolr2020
Hi, When we try to access Solr(3.6) admin page some times it is not taking us to the right page instead it is showing the below message. Directory: /solr/admin/ Parent Directory Replication 4096 bytes Mar 25 2013 9:34:06 AM When we click on parent Directory it displays the below

Solr restart is taking more than 1 hour

2013-04-06 Thread gpssolr2020
Hi , We have 2 cores one shard with Solr 4.1. After some configuration changes when try to reload the core/restart the solr instance it is taking more than one hour.In log it says opening a searcher.(maxwarmingsearcher is 2). Can any one help us on this to resolve?? Thanks. -- View this