language identification during solrj indexing

2015-07-02 Thread vineet yadav
working externally, I am indexing document using solrj. Language field is not added in solr, when I am indexing through solrj. I want to ask, if it is possible to identify language during solrj indexing. Thanks Vineet Yadav

KeepwordFilter issue

2015-06-11 Thread vineet yadav
Hi, I am using keepword filter to identify key phrases. I have made following schema changes in schema.xml When I am using facet query on keyphrase field( http://localhost:8983/solr/core1/select?q=*%3A

Implementing readtime out/processing time out in solr DIH indexing

2015-02-02 Thread vineet yadav
Solr indexing is good but for some documents process is getting stuck. I want to skip those documents after some waiting time. is there any way to implement the concept on the basis of processing time. Thanks Vineet Yadav

Re: Calling custom request handler with data import

2015-01-31 Thread vineet yadav
Hi mikhail, Thanks for the suggestion. it is helpful. Regards Vineet Yadav On Sat, Jan 31, 2015 at 2:38 PM, Mikhail Khludnev < mkhlud...@griddynamics.com> wrote: > Did you try to specify update processor?, ie > > On Fri, Jan 30, 2015 at 5:07 PM, vineet yadav > >

Calling custom request handler with data import

2015-01-30 Thread vineet yadav
request handler externally, so that it can index person, organization and location in solr for imported document. It is also fine. Any suggestion are welcome. Thanks Vineet Yadav

Genre classification/Document classification for apache solr

2014-09-10 Thread vineet yadav
index them into solr. Does any body know some api/tools which can identify if link is company website or not, or api/tool which can identify url genre/type on the basis of taxonomy. Thanks Vineet Yadav

Solr multiple sources configuration

2014-09-09 Thread vineet yadav
Hi, I am using solr to store data from multiple sources like social media, news, journals etc. So i am using crawler, multiple scrappers and apis to gather data. I want to know which is the best way to configure solr so that I can store data which comes from multiple sources. Thanks Vineet

solr indexing on HDFS for high query throughput

2012-07-18 Thread vineet yadav
index and search on HDFS system ? Thanks Vineet Yadav

Re: Indexing Wikipedia

2012-07-08 Thread vineet yadav
Hi, I would recommend indexing wikipedia xml dump. Check out dataimport hander example of indexing wikipedia(http://wiki.apache.org/solr/DataImportHandler#Example%3a_Indexing_wikipedia). Thanks Vineet Yadav On Sun, Jul 8, 2012 at 9:15 AM, kiran kumar wrote: > Hi, > In our office w

Re: PageRanking with DIH

2012-06-12 Thread vineet yadav
#How_can_I_increase_the_score_for_specific_documents and found that indextimeboost is useful. I want to know how can I use indextimeboost ? Thanks Vineet Yadav On Tue, Jun 12, 2012 at 1:32 PM, Gora Mohanty wrote: > On 12 June 2012 13:04, vineet yadav wrote: >> Hi, >> I have indexed documents and computed pagerank for do

PageRanking with DIH

2012-06-12 Thread vineet yadav
Hi, I have indexed documents and computed pagerank for documents. I want to update pagerank for indexed document and sort solr search result with pagerank. I did some research and found that index time boost can be used, but I don't know how to use it. Can I boost document at index time with DIH

Fwd: Indexing Wikipedia with Solr/Lucene

2012-05-13 Thread vineet yadav
and external links separately.     I want to index  Category, Externals links etc separately and store them in separate fields. Would anyone please be kind enough to give me a bit of advice? Thanks Vineet Yadav