java.lang.NumberFormatException: For input string: "string;#-6.872515521, 53.28853084"

2014-09-26 Thread lalitjangra
Hi, I am trying to index latitude and longitude data into solr but getting error as below. ERROR - 2014-09-26 13:44:16.503; org.apache.solr.common.SolrException; org.apache.solr.common.SolrException: ERROR: [doc=http://testirishwaterportal/sites/am/ass/asi/agg/ami/Lists/Waste Waste Water Pumping

Solr content limits?

2014-08-26 Thread lalitjangra
Hi, I am using SOlr 4.6.0 with single collection/core and want to know details about following. 1. What is the maximum number of documents which can be uploaded in a single collection/core? 2. What is the maximum size of a document i can upload in solr without failing? 3. Is there any way to upd

Re: Invalid chunk header Error in solr

2014-08-24 Thread lalitjangra
Thanks Steve, I am using Apache ManifoldCF to index alfresco repository and saving index in solr. Here ManifoldCf is sending index to solr in ManifoldCF job. This error is not coming from every content but it comes often, sometimes for a jpg file, sometimes for a pdf or word doc so its quite unpre

Invalid chunk header Error in solr

2014-08-23 Thread lalitjangra
Hi, I am using solr 4.6 with tomcat 7 & getting Invalid chunk header error frequently. I have updated multipartUplaodLimitinKB to 20480 KB but still this issue occurs. Can anyone help here? Regards. 974159 [http-bio-8080-exec-82] ERROR org.apache.solr.servlet.SolrDispatchFilter – null:org.

Re: Clubbing queries with different criterias together?

2014-07-02 Thread lalitjangra
Thanks Ahmet, I tried with multiple combinations & finally got it using full query as nested query. Is it fine to use full query inside nested query with filters _query_ as below. http://localhost:8983/solr/collection1/select?q=text:sharepoint&wt=json&indent=true&AuthenticatedUserName=ljangra&_q

Clubbing queries with different criterias together?

2014-06-24 Thread lalitjangra
Hi, I have a number of documents in single core getting inedxed from different sources with common properties but different values. Problem is while fetching from one set of documents, i need to use "Raw Query Parameters" as below. http://solrserver/solr/collection1/select?q=*%3A*&wt=json&inden

Re: How to query for content with ACLs?

2014-06-12 Thread lalitjangra
Thanks Ahmet , I have already setup mcf-solr4x-plugin in MCF 1.5.1 and i can see ACLs indexed into solr indexes. But now i assume i need to write Solr query to put a user's permission details into in it which can be compared to ACL stored in solr. This is why i have posted it here. Also i have p

How to query for content with ACLs?

2014-06-12 Thread lalitjangra
Hi,I have integrated Solr 4.6 with Apache ManifoldCF 1.5 to crawl sharepoint, & shared drives. Now i am able to index content from these sources along with ACL details which are stored in solr index.Now i want to perform search queries on solr index to get search results containing these ACLs. E.g.

How to store ACL in solr?

2014-06-10 Thread lalitjangra
Hi,I am indexing some content from a couple of content repositories into solr and it works fine as metadata attributes of content items are indexed into solr.Now i want to store ACL of all content items into solr and return ACL back in search results.How can i achieve it? Is there any solr plugin/

org.eclipse.jetty.io.EofException: early EOF

2014-02-20 Thread lalitjangra
Hi, I am using solr 4.6 along with Apache Manifold CF 1.4.1 to index alfresco cms repository. While indexing alfresco i am getting below error in solr logs while indexing media content such as image or video. ERROR - 2014-02-20 12:50:45.108; org.apache.solr.common.SolrException; null:org.apache

Re: Solr delta indexing approach

2014-02-12 Thread lalitjangra
Thanks all. I am following couple of articles for same. I am sending data to solr instead of using DIH and able to successfully index data in solr. My concern here is to ensure how to minimize solr indexing so that only updated data is indexed each time out of all data items. Is this something

Re: Solr delta indexing approach

2014-02-12 Thread lalitjangra
Thanks Alex, Yes my source system maintains the crettion & last modificaiton system of each document. As per your inputs, can i assume that next time when solr starts indexing, it scans all the prsent in source but only picks those for indexing which are either new or have been updated since las

Solr delta indexing approach

2014-02-12 Thread lalitjangra
Hi,I am working on a prototyope where i have a content source & i am indexing all documents & strore the index in solr.Now i have pre-condition that my content source is ever changing means there is always new content added to it. As i have read that solr use to do indexing on full source only ever