Sold Geospatial Visualisation

2015-10-16 Thread Vijaya Narayana Reddy Bhoomi Reddy
Hi, I am aware of Solr’s geospatial capabilities. However, wondering what is the best way to visualise Solr geospatial data. Is there any native support in Solritas or is there any other mechanism that suits thes requirement best? For example, if my problem is to find the best possible route u

Not receicing mails from the mailing list

2015-08-27 Thread Vijaya Narayana Reddy Bhoomi Reddy
Hi, Sorry to spam everyone with this email. I am not able to get emails into my inbox from Solr mailing list. However, I am able to send mails to the mailing list. I am able to see them on the mail archive on the website. In case anyone replies to my mail, it appears in the archive, but I don't r

Re: Proximity Search

2015-04-30 Thread Vijaya Narayana Reddy Bhoomi Reddy
s for Lucene 4.10.x [2] > > > > Best, > >Tim > > [1] > https://cwiki.apache.org/confluence/display/solr/Other+Parsers#OtherParsers-ComplexPhraseQueryParser > > [2] https://github.com/tballison/lucene-addons > -Original Message- > From: Vija

Re: Proximity Search

2015-04-30 Thread Vijaya Narayana Reddy Bhoomi Reddy
d "name" has value "Test with some > GB18030 encoded characters" and you search for name: "Test GB18030"~10 > > http://localhost:8983/solr/techproducts/select?q=name: "Test > GB18030"~10&wt=json&indent=true > > Image : http://post

Re: Proximity Search

2015-04-30 Thread Vijaya Narayana Reddy Bhoomi Reddy
I just tried with simple proximity search like "word1 word2" ~3 and it is not working. Just wondering whether I have to make any configuration changes to solrconfig.xml to make proximity search work? Thanks Vijay On 30 April 2015 at 14:32, Vijaya Narayana Reddy Bhoomi Reddy < vi

Proximity Search

2015-04-30 Thread Vijaya Narayana Reddy Bhoomi Reddy
Hi, I have created my index with the default configurations. Now I am trying to use proximity search. However, I am bit not sure on the results and where its going wrong. For example, I want to find two phrases "this is phrase one" and another phrase "this is the second phrase" with not more than

Solr Highlighting

2015-04-28 Thread Vijaya Narayana Reddy Bhoomi Reddy
Hi, When I perform a query, the matching document related field information is displayed separate from the highlighting information. Is there a way to merge these two so that highlighting for each document appears within the document level information itself. That way, it would be easier to find h

Re: Expected mime type application/octet-stream but got text/html

2015-04-28 Thread Vijaya Narayana Reddy Bhoomi Reddy
/solr/collection/update > > Regards > > Stephan > > > > Von:Vijaya Narayana Reddy Bhoomi Reddy > > An: solr-user@lucene.apache.org, > Datum: 28.04.2015 13:57 > Betreff:Expected mime type application/octet-stream but got > text/html > > &

Re: Expected mime type application/octet-stream but got text/html

2015-04-28 Thread Vijaya Narayana Reddy Bhoomi Reddy
Just to add, my solrconfig.xml is the standard one, with no modifications. It was taken directly from the collection1 core from 4.10.2 installation. However, in schema.xml, I have added my own fields. Hope it has got nothing to do with schema.xml Thanks & Regards Vijay wrote: > Hi, > > I am su

Expected mime type application/octet-stream but got text/html

2015-04-28 Thread Vijaya Narayana Reddy Bhoomi Reddy
Hi, I am suddenly seeing this error message when I try to index documents using SolrJ client. The same piece of code was working fine last time when I indexed the documents. But now, this is the error message being thrown on the SolrJ client. Request your urgent help as this is very high priority

Re: Solr Index data lost

2015-04-21 Thread Vijaya Narayana Reddy Bhoomi Reddy
Shawn, Yes, I had used java -jar start.jar. I haven't tried moving it to a local hard disk, as I wanted to work on two machines (work and home). So was using a pen drive as the index storage. Yesterday, I did the complete indexing and then unplugged the drive from work machine and connected to my

Re: Search in Solr Index

2015-04-20 Thread Vijaya Narayana Reddy Bhoomi Reddy
case "Birmingham" > is > > only part of the value. With text_general and other types, the value > will > > be tokenized and allow for hits on parts or variants of the value. > > > > Matt > > > > > > -Original Message- > &g

Re: Search in Solr Index

2015-04-20 Thread Vijaya Narayana Reddy Bhoomi Reddy
. Thanks & Regards Vijay On 20 April 2015 at 16:30, Vijaya Narayana Reddy Bhoomi Reddy < vijaya.bhoomire...@whishworks.com> wrote: > Hi, > > I am indexing some data from a Database. Data is getting indexed properly > and when I query in the Solr stock UI with query parameters

Search in Solr Index

2015-04-20 Thread Vijaya Narayana Reddy Bhoomi Reddy
Hi, I am indexing some data from a Database. Data is getting indexed properly and when I query in the Solr stock UI with query parameters as *.*, I could see the documents with all the fields listed and as well the numFound reflecting properly. However, if I perform a query with a simple string

Re: Indexing PDF and MS Office files

2015-04-16 Thread Vijaya Narayana Reddy Bhoomi Reddy
document along with the text) with in the documents. For other documents which completed successfully, no images were present. Just wondering if these are causing the issue. Thanks & Regards Vijay On 16 April 2015 at 12:58, Vijaya Narayana Reddy Bhoomi Reddy < vijaya.bhoomire...@whishwo

Re: Indexing PDF and MS Office files

2015-04-16 Thread Vijaya Narayana Reddy Bhoomi Reddy
on some files, but we are always > working to improve it. > > Best, > > Tim > > -----Original Message- > From: Vijaya Narayana Reddy Bhoomi Reddy [mailto: > vijaya.bhoomire...@whishworks.com] > Sent: Thursday, April 16, 2015 7:44 AM > To: solr-user

Re: Indexing PDF and MS Office files

2015-04-16 Thread Vijaya Narayana Reddy Bhoomi Reddy
ushing all the work on to Solr, > in > > a > > production environment the Solr server is responsible for indexing, > > parsing the > > docs through Tika, perhaps searching etc. This doesn't scale all that > well. > > > > So an alternative is to use So

Re: Indexing PDF and MS Office files

2015-04-16 Thread Vijaya Narayana Reddy Bhoomi Reddy
blog/indexing-with-solrj/ > > Best, > Erick > > On Wed, Apr 15, 2015 at 4:46 AM, Vijaya Narayana Reddy Bhoomi Reddy > wrote: > > Thanks everyone for the responses. Now I am able to index PDF documents > > successfully. I have implemented manual extraction using Tika&

SolrCloud - Collection Browsing

2015-04-16 Thread Vijaya Narayana Reddy Bhoomi Reddy
Hi, I have setup a SolrCloud on 3 machines - machine1, machine2 and machine3. The DirectoryFactory used is HDFS where the collection index data is stored in HDFS within a Hadoop cluster. SlorCloud has been setup successfully and everything looks fine so far. I have uploaded the default configurat

Re: ContentTypes supported by Solr to index

2015-04-15 Thread Vijaya Narayana Reddy Bhoomi Reddy
chive. > > Best, > Andrea > > > > Is that close to what you were thinking? > > On 04/15/2015 05:16 PM, Vijaya Narayana Reddy Bhoomi Reddy wrote: > >> Thanks Andrea. I can see that Tika1.5 supports both compressed (ZIP) and >> image (JPG) formats. If thats the

Re: ContentTypes supported by Solr to index

2015-04-15 Thread Vijaya Narayana Reddy Bhoomi Reddy
used > by SolrCell: > > * https://tika.apache.org/*1.4*/formats.html > * https://tika.apache.org/*1.5*/formats.html > * https://tika.apache.org/*1.6*/formats.html > * https://tika.apache.org/*1.7*/formats.html > > Best, > Andrea > > > > > On 04/15/2015 04:20 P

ContentTypes supported by Solr to index

2015-04-15 Thread Vijaya Narayana Reddy Bhoomi Reddy
Hi, I am trying to index various binary file types into Solr. However, some file types seems to be ignored and not getting indexed, though the metadata is being extracted successfuly for all the types. Specifically, zip files and jpg files are not getting indexed, where as pdf, MS office document

Re: Indexing PDF and MS Office files

2015-04-15 Thread Vijaya Narayana Reddy Bhoomi Reddy
> https://cwiki.apache.org/confluence/display/solr/ > >> Uploading+Data+with+Solr+Cell+using+Apache+Tika > >> > >> Also, some PDF files actually have the content as a bitmap image, so no > >> text is extracted. > >> > >> > >> -- J

Re: Indexing PDF and MS Office files

2015-04-14 Thread Vijaya Narayana Reddy Bhoomi Reddy
org.apache.tika.parser.microsoft.OfficeParser.parse(OfficeParser.java:199) at org.apache.tika.parser.microsoft.OfficeParser.parse(OfficeParser.java:167) at org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:242) ... 35 more Thanks & Regards Vijay On 14 April 2015 at 17:06, Vijaya Narayana Reddy Bhoomi R

Re: Indexing PDF and MS Office files

2015-04-14 Thread Vijaya Narayana Reddy Bhoomi Reddy
inkedin.com/company/whishworks> <http://www.whishworks.com/blog/> <https://twitter.com/WHISHWORKS> <https://www.facebook.com/whishworksit> On 14 April 2015 at 15:57, Vijaya Narayana Reddy Bhoomi Reddy < vijaya.bhoomire...@whishworks.com> wrote: > Hi, > > I am tryi

Indexing PDF and MS Office files

2015-04-14 Thread Vijaya Narayana Reddy Bhoomi Reddy
Hi, I am trying to index PDF and Microsoft Office files (.doc, .docx, .ppt, .pptx, .xlx, and .xlx) files into Solr. I am facing the following issues. Request to please let me know what is going wrong with the indexing process. I am using solr 4.10.2 and using the default example server configurat

Replication for SolrCloud

2015-04-09 Thread Vijaya Narayana Reddy Bhoomi Reddy
Hi, Can anyone please tell me how does shard replication work when the indexes are stored in HDFS? i..e with HDFS, the default replication factor is 3. Now, for the Solr shards, if I set the replication factor to 3 again, does that mean, internally index data is replicated thrice and then HDFS rep

Permission Denied Error

2015-04-08 Thread Vijaya Narayana Reddy Bhoomi Reddy
Hi, I am trying to setup a SolrCloud cluster on top of Hadoop (HDP). The upconfig and linkconfig commands were run successfully and the configuration is now centrally manged in Zookeeper. However, when I run the command to create a core, I am shown the following permission denied error. This is r