Re: Integrate solr with openNLP

2014-09-10 Thread Vivekanand Ittigi
10, 2014 at 3:46 PM, Aman Tandon wrote: > Hi, > > What is the progress of integration of nlp with solr. If you have achieved > this integration techniques successfully then please share with us. > > With Regards > Aman Tandon > > On Tue, Jun 10, 2014 at 11:04 AM, Vivekanand

Re: Retrieving multivalued field elements

2014-08-25 Thread Vivekanand Ittigi
> Collection content = > resultDoc.getFieldValues("discussions"); > } > > > > On Monday, August 25, 2014 4:55 PM, Vivekanand Ittigi < > vi...@biginfolabs.com> wrote: > Hi, > > I've multivalued field and i want to display all array eleme

Retrieving multivalued field elements

2014-08-25 Thread Vivekanand Ittigi
Hi, I've multivalued field and i want to display all array elements using solrj command. I used the command mentioned below but i'm able to retrieve only 1st element of the array. response.getResults().get(0).getFieldValueMap().get("discussions") Output: Creation Time - 2014-06-12 17:37:53.0 NO

Unable to read HBase data from solr

2014-08-13 Thread Vivekanand Ittigi
I'm trying to read specific HBase data and index into solr using groovy script in "/update" handler of solrconfig file but I'm getting the error mentioned below I'm placing the same HBase jar on which i'm running in solr lib. Many article said WorkAround: 1. First i thought that class path has tw

Unable to get the class from external jar in Update handler

2014-08-06 Thread Vivekanand Ittigi
Hi, I've made the a jar which contains a class called "ConcatClass" and i've put this jar under lib of solr. And i'm trying to access this class in update-script.groovy in /update handleer. But groovy is not picking up "ConcatClass" class, giving the following error: SEVERE: Unable to create cor

crawling all links of same domain in nutch in solr

2014-07-28 Thread Vivekanand Ittigi
Hi, Can anyone tel me how to crawl all other pages of same domain. For example i'm feeding a website http://www.techcrunch.com/ in seed.txt. Following property is added in nutch-site.xml db.ignore.internal.links false If true, when adding new links to a page, links from the same host ar

Integrating Solr with HBase Using Lily Project

2014-07-18 Thread Vivekanand Ittigi
Hi, I tried to Integrate Solr with HBase Using HBase Indexer project https://github.com/NGDATA/hbase-indexer/wiki (one of sub projects of Lily). I used Apache HBase running on HDFS and solr 4.8.0 but i started getting below mentioned error. 14/07/18 11:55:38 WARN impl.SepConsumer: Error processi

Re: About Query Parser

2014-06-27 Thread Vivekanand Ittigi
"*:*", "QParser": > "LuceneQParser", > Or (this shows the difference between raw query syntax and parsed query > syntax) "rawquerystring": "body_en:test AND headline_en:hello", > "querystring": > "body_en:test AND head

Re: About Query Parser

2014-06-20 Thread Vivekanand Ittigi
, > Alex > On 20/06/2014 6:40 pm, "Vivekanand Ittigi" wrote: > > > Hi Daniel, > > > > You said inputs are "human-generated" and outputs are "lucene objects". > So > > my question is what does the below query mean. Does this fall

Re: About Query Parser

2014-06-20 Thread Vivekanand Ittigi
Hi Daniel, You said inputs are "human-generated" and outputs are "lucene objects". So my question is what does the below query mean. Does this fall under human-generated one or lucene.? http://localhost:8983/solr/collection1/select?q=*%3A*&wt=xml&indent=true Thanks, Vivek On Fri, Jun 20, 2014

About Query Parser

2014-06-20 Thread Vivekanand Ittigi
Hi, I think this might be a silly question but i want to make it clear. What is query parser...? What does it do.? I know its used for converting query. But from What to what?what is the input and what is the output of query parser. And where exactly this feature can be used? If possible please

making solr to understand English

2014-06-19 Thread Vivekanand Ittigi
Hi, I'm trying to setup solr that should understand English. For example I've indexed our company website (www.biginfolabs.com) or it could be any other website or our own data. If i put some English like queries i should get the one word answer just what Google does;queries are: * Where is Indi

VelocityResponseWriter in solr

2014-06-18 Thread Vivekanand Ittigi
Hi, I want to use VelocityResponseWriter in solr. I've indexed a website( for example http://www.biginfolabs.com/). If i type a query http://localhost:8983/solr/collection1/select?q=santhos&wt=xml&indent=true I will get al

Re: Implementing Hive query in Solr

2014-06-15 Thread Vivekanand Ittigi
Erick > > On Thu, Jun 12, 2014 at 7:12 AM, Vivekanand Ittigi > wrote: > > Hi, > > > > Can anyone please look into this issue. I want to implement this query in > > solr. > > > > Thanks, > > Vivek > > > > -- Forwarded message ---

SUM and groupBy in solr

2014-06-13 Thread Vivekanand Ittigi
Hi, How to execute this query: select SUM(Primary_cause_vaR), RiskType,market from bil_tos Where skuType='Product' group by RiskType,market; I've used http://wiki.apache.org/solr/StatsComponent for this: * I see only sum with respective groupBy fields but i want to see RiskType, market fields a

Fwd: Implementing Hive query in Solr

2014-06-12 Thread Vivekanand Ittigi
Hi, Can anyone please look into this issue. I want to implement this query in solr. Thanks, Vivek -- Forwarded message -- From: Vivekanand Ittigi Date: Thu, Jun 12, 2014 at 11:08 AM Subject: Implementing Hive query in Solr To: "solr-user@lucene.apache.org"

Implementing Hive query in Solr

2014-06-11 Thread Vivekanand Ittigi
Hi, My requirements is to execute this query(hive) in solr: select SUM(Primary_cause_vaR),collect_set(skuType),RiskType,market, collect_set(primary_cause) from bil_tos Where skuType='Product' group by RiskType,market; I can implement sum and groupBy operations in solr using StatsComponent concep

Re: Integrate solr with openNLP

2014-06-09 Thread Vivekanand Ittigi
o use UIMA you should go for it, > as opennlp issues are not tracking properly, it can make stuck your > development in near future if any issue comes, so its better to start > investigate with uima. > > > With Regards > Aman Tandon > > > On Fri, Jun 6, 2014 at 11:00 AM,

Fwd: Integrate solr with openNLP

2014-06-05 Thread Vivekanand Ittigi
Can anyone pleas reply..? Thanks, Vivek -- Forwarded message -- From: Vivekanand Ittigi Date: Wed, Jun 4, 2014 at 4:38 PM Subject: Re: Integrate solr with openNLP To: Tommaso Teofili Cc: "solr-user@lucene.apache.org" , Ahmet Arslan Hi Tommaso, Yes, you are

Re: Integrate solr with openNLP

2014-06-04 Thread Vivekanand Ittigi
and integrate your NER code into it. >> >> >> Please note that these are separate ways to enrich your incoming >> documents, choose either (1) or (2). >> >> >> >> On Tuesday, June 3, 2014 3:30 PM, Vivekanand Ittigi < >> vi...@big

Unable to use OpenCalais Annotator in UIMA+solr

2014-06-03 Thread Vivekanand Ittigi
I followed this link https://cwiki.apache.org/confluence/display/solr/UIMA+Integration to integrate solr+uima. I'm succeeded in integrating. SentenceAnnotation is working fine but i want use openCalasis annotation so that i can fetch person, place,organization name. Nowhere its mentioned about whi

Re: Integrate solr with openNLP

2014-06-03 Thread Vivekanand Ittigi
t makes sense? > > > > On Tuesday, June 3, 2014 2:57 PM, Vivekanand Ittigi > wrote: > Hi Ahmet, > > I followed what you said > https://cwiki.apache.org/confluence/display/solr/UIMA+Integration. But how > can i achieve my goal? i mean extracting only name of the

Re: Integrate solr with openNLP

2014-06-03 Thread Vivekanand Ittigi
Vivek On Tue, Jun 3, 2014 at 2:50 PM, Vivekanand Ittigi wrote: > Entire goal cant be said but one of those tasks can be like this.. we have > big document(can be website or pdf etc) indexed to the solr. > Lets say will sore store the contents of document. > All i want to do is pic

Re: Integrate solr with openNLP

2014-06-03 Thread Vivekanand Ittigi
NLP. > > > > On Tuesday, June 3, 2014 8:31 AM, Vivekanand Ittigi > wrote: > > > > We'll surely look into UIMA integration. > > But before moving, is this( https://wiki.apache.org/solr/OpenNLP ) the > only link we've got to integrate?isn't there an

Re: Integrate solr with openNLP

2014-06-02 Thread Vivekanand Ittigi
and index them > with SolJ. You don't have to too everything inside solr as solr-plugins. > > Hope this helps, > > Ahmet > > > On Monday, June 2, 2014 11:15 PM, Vivekanand Ittigi > wrote: > Thanks, I will check with the jira.. but you dint answe my first > qu

Re: Integrate solr with openNLP

2014-06-02 Thread Vivekanand Ittigi
t; Solr UIMA integration already exists, thats why I questioned whether your > requirement is possible with uima or not. I don't know the answer myself. > > Ahmet > > > > On Monday, June 2, 2014 7:42 PM, Vivekanand Ittigi > wrote: > Hi Arslan, > > If not un

Re: Integrate solr with openNLP

2014-06-02 Thread Vivekanand Ittigi
ira ticket. > > By the way, may be you are after something doable with already committed > UIMA stuff? > > https://cwiki.apache.org/confluence/display/solr/UIMA+Integration > > Ahmet > > > > On Monday, June 2, 2014 5:07 PM, Vivekanand Ittigi > wrote: > I fol

Integrate solr with openNLP

2014-06-02 Thread Vivekanand Ittigi
I followed this link to integrate https://wiki.apache.org/solr/OpenNLP to integrate Installation For English language testing: Until LUCENE-2899 is committed: 1.pull the latest trunk or 4.0 branch 2.apply the latest LUCENE-2899 patch 3.do 'ant compile' cd solr/contrib/opennlp/sr