Re: using maven to deploy solr on tomcat

2013-04-17 Thread Adeel Qureshi
logger.error("Can not locate resource url '/solr'"); > } > } catch (Exception e) { > logger.error(e.getMessage(), e); > } > > I wish this could help,best regar

Re: using maven to deploy solr on tomcat

2013-04-16 Thread Adeel Qureshi
Heisey wrote: > On 4/15/2013 2:33 PM, Adeel Qureshi wrote: > > > value="src/main/resources/solr-dev"/> > > > > but this leads to absolute path of > > > > INFO: Using JNDI solr.home: src/main/resources/solr-dev > > INFO: looking for solr.xml: &

Re: solr cloud concepts

2012-02-08 Thread Adeel Qureshi
cores to it .. i mean i am trying to think of a reason why it would make sense to do that. Thanks On Wed, Feb 8, 2012 at 4:41 PM, Mark Miller wrote: > > On Feb 8, 2012, at 5:26 PM, Adeel Qureshi wrote: > > > okay so after reading Bruno's blog post .. lets add slice to the mix

Re: solr cloud concepts

2012-02-08 Thread Adeel Qureshi
35 AM, Mark Miller wrote: > > On Feb 8, 2012, at 10:31 AM, Adeel Qureshi wrote: > > > I have been using solr for a while and have recently started getting into > > solrcloud .. i am a bit confused with some of the concepts .. > > > > 1. what exactly is the relation

Re: data import in 4.0

2011-10-26 Thread Adeel Qureshi
Any comments .. please I am able to do the bulkimport without nested query but with nested query it just keeps working on it and never seems to end .. I would appreciate any help Thanks Adeel On Sat, Oct 22, 2011 at 11:12 AM, Adeel Qureshi wrote: > yup that was it .. my data import fi

Re: data import in 4.0

2011-10-22 Thread Adeel Qureshi
andler-***.jar in your > whole tomcat+webapp. > > Maybe you have this jar file in CATALINA_HOME\lib folder. > > On Fri, Oct 21, 2011 at 3:06 PM, Adeel Qureshi >wrote: > > > its deployed on a tomcat server .. > > > > On Fri, Oct 21, 2011 at 12:49 PM, Alireza Sali

Re: data import in 4.0

2011-10-21 Thread Adeel Qureshi
wer would help you. > > Regards > > > On Fri, Oct 21, 2011 at 12:47 PM, Adeel Qureshi >wrote: > > > Hi I am trying to setup the data import handler with solr 4.0 and having > > some unexpected problems. I have a multi-core setup and only one core > > needed > > t

data import in 4.0

2011-10-21 Thread Adeel Qureshi
Hi I am trying to setup the data import handler with solr 4.0 and having some unexpected problems. I have a multi-core setup and only one core needed the dataimport handler so I have added the request handler to it and added the lib imports in config file for some reason this doesnt works .. it

schema design question

2011-08-28 Thread Adeel Qureshi
Hi there I have a question regarding how to setup schema for some data. This data is basically parent-child data for different types of records .. so a bunch of records representing projects and subprojects where each subproject has a parent project .. and a project has many child sub projects an

updating documents while keeping unspecified fields

2011-07-07 Thread Adeel Qureshi
What I am trying to do is to update a document information while keeping data for the fields that arent being specified in the update. So e.g. if this is the schema 123 some title active if i send 123 closed it should update the status to be closed for this document but not wipe out title

Re: SOLR-792 (hierarchical faceting) issue when only 1 document should be present in the pivot

2011-02-10 Thread Adeel Qureshi
I have had the same problem .. my facet pivots was returning results something like Cat-A (3) Item X Item Y only 2 items instead of 3 or even Cat-B (2) no items zero items instead of 2 so the parent level count didnt matched with the returned child pivots .. but once I set the facet.pivot.m

Re: setting up solr in eclipse

2010-12-17 Thread Adeel Qureshi
never mind .. re-did all the steps with a newer version of eclipse and jdk .. and its all looking good now .. On Fri, Dec 17, 2010 at 6:19 PM, Adeel Qureshi wrote: > This is definitely a solr-dev mailing list question but I cant get the darn > list to let me subscribe .. have subscribed s

setting up solr in eclipse

2010-12-17 Thread Adeel Qureshi
This is definitely a solr-dev mailing list question but I cant get the darn list to let me subscribe .. have subscribed several times but cant get the confirmation email ..so i am gonna post this here i am trying to setup solr/lucene trunk code in eclipse and after like 3 days of figuring out thin

Re: facet.pivot for date fields

2010-12-16 Thread Adeel Qureshi
i guess one last call for help .. i am assuming for people who wrote or have used the pivot faceting .. this should be a yes no question .. are date fields supported ? On Wed, Dec 15, 2010 at 12:58 PM, Adeel Qureshi wrote: > Thanks Pankaj - that was useful to know. I havent used the query st

Re: facet.pivot for date fields

2010-12-15 Thread Adeel Qureshi
t.query" name) > > http//blasdsdfsd/q?=asdfasd&facet.query=itemduration:[0 To > 49]&facet.query=itemduration:[50 To 99]&facet.query=itemduration:[100 To > 149] > > Hope, it helps. > > / Pankaj Bhatt. > > On Wed, Dec 15, 2010 at 2:01 AM, Adeel Qureshi >

facet.pivot for date fields

2010-12-14 Thread Adeel Qureshi
It doesnt seems like pivot facetting works on dates .. I was just curious if thats how its supposed to be or I am doing something wrong .. if I include a datefield in the pivot list .. i simply dont get any facet results back for that datefield Thanks Adeel

Re: Solr Reporting

2010-09-23 Thread Adeel Qureshi
orting. > > Peter > > > > On Thu, Sep 23, 2010 at 4:14 PM, Adeel Qureshi > wrote: > > Thank you for your suggestions .. makes sense and I didnt knew about the > > XsltResponseWriter .. that opens up door to all kind of possibilities > ..so > > its great to

Re: Solr Reporting

2010-09-23 Thread Adeel Qureshi
Thank you for your suggestions .. makes sense and I didnt knew about the XsltResponseWriter .. that opens up door to all kind of possibilities ..so its great to know about that but before I go that route .. what about performance .. In Solr Wiki it mentions that XSLT transformation isnt so bad in

Solr Reporting

2010-09-22 Thread Adeel Qureshi
This probably isnt directly a solr user type question but its close enough so I am gonna post it here. I have been using solr for a few months now and it works just out of this world so I definitely love the software (and obviously lucene too) .. but I feel that solr output xml is in kind of weird