Re: using maven to deploy solr on tomcat

2013-04-17 Thread Adeel Qureshi
Jienan 在 2013-4-16,上午4:33,Adeel Qureshi adeelmahm...@gmail.com 写道: I am trying to embed solr war in an empty application to be able to use maven to deploy the generated war file (that includes solr war) to tomcat. My pom file is simple dependencies dependency groupIdorg.apache.solr

Re: using maven to deploy solr on tomcat

2013-04-16 Thread Adeel Qureshi
Heisey s...@elyograg.org wrote: On 4/15/2013 2:33 PM, Adeel Qureshi wrote: Environment name=solr/home override=true type=java.lang.String 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

Re: solr cloud concepts

2012-02-08 Thread Adeel Qureshi
, Mark Miller markrmil...@gmail.com 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 relationship between a collection

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 markrmil...@gmail.com 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: 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 adeelmahm...@gmail.comwrote: yup that was it .. my

Re: data import in 4.0

2011-10-22 Thread Adeel Qureshi
file in CATALINA_HOME\lib folder. On Fri, Oct 21, 2011 at 3:06 PM, Adeel Qureshi adeelmahm...@gmail.com wrote: its deployed on a tomcat server .. On Fri, Oct 21, 2011 at 12:49 PM, Alireza Salimi alireza.sal...@gmail.comwrote: Hi, How do you start Solr, through start.jar or you

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 lib dir=../../dist/

Re: data import in 4.0

2011-10-21 Thread Adeel Qureshi
help you. Regards On Fri, Oct 21, 2011 at 12:47 PM, Adeel Qureshi adeelmahm...@gmail.com 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 the dataimport handler so I have added

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

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 doc field name=id123/field field name=titlesome title/field field name=statusactive/field /doc if i send doc field

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

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

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 adeelmahm...@gmail.comwrote: This is definitely a solr-dev mailing list question but I cant get the darn list to let me subscribe .. have

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 adeelmahm...@gmail.comwrote: Thanks Pankaj - that was useful to know. I havent

Re: facet.pivot for date fields

2010-12-15 Thread Adeel Qureshi
) http//blasdsdfsd/q?=asdfasdfacet.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 adeelmahm...@gmail.com wrote: It doesnt seems like pivot facetting works

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
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

Re: Solr Reporting

2010-09-23 Thread Adeel Qureshi
:14 PM, Adeel Qureshi adeelmahm...@gmail.com 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 know about that but before I go that route .. what about performance

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