Can you elaborate on how you plan to use SOLR in your project?
Parnab..
CSE, IIT Kharagpur
On Thu, Aug 7, 2014 at 12:51 PM, Sandeep Bohra <
sandeep.bo...@3pillarglobal.com> wrote:
> I am using an classic ASP 3.0 application and would like to implement SOLR
> onto it. My database is SQL server
Look into query elevation component...
https://wiki.apache.org/solr/QueryElevationComponent
Thanks,
Parnab..
Cork, Ireland
On Thu, Jul 17, 2014 at 7:58 PM, rahulmodi wrote:
> Hi There,
>
> I am new to Solr. My client is asking me to boost a particular URL so that
> it should appear on the top
Aman,
I feel focusing on "Question-Answering" and "Information Extraction"
components of NLP should help you achieve what you are looking for. Go
through this book *Taming Text * (http://www.manning.com/ingersoll/ ) .
Most of your queries should be answered including details on implementa
Hi,
You can have a look at OpenNLP.
http://opennlp.apache.org/
Thanks,
Parnab
On Thu, Jan 16, 2014 at 1:12 PM, Philippe de Rochambeau wrote:
> Hello,
>
> can anyone suggest alternatives to GATE (http://gate.ac.uk/download/)? I
> would like to index place and person names in PDFs using gazett
Hi ,
Thanks Chris . For every document that matches the query i want to able
to compute the following set of features for a query document pair
LuceneScore ( The vector space score that lucene gives to each doc)
LinkScore ( computed from nutch )
OpicScore ( computed from
Hi ,
Thanks Chris. I had been using Nutch 1.1 . The Nutch IndexSearcher
used to call the lucene IndexSearcher . As the documents are collected in
TopDocs in Lucene , before that is passed back to Nutch , i used to look
into the top K matching documents , consult some external repository
an
Potter wrote:
>org.apache.solr.search.SolrIndexSearcher
>
> On Tue, Apr 23, 2013 at 9:51 AM, parnab kumar
> wrote:
> > Hi ,
> >
> > Can anyone please point out from where a solr search
> originates
> > and how it passes to the lucene index sea
Hi ,
Can anyone please point out from where a solr search originates
and how it passes to the lucene index searcher and back to solr . I
actually what to know which class in solr directly calls the lucene Index
Searcher .
Thanks.
Pom
Hi All,
I am new to Solr . I am using solr 3.4 . I want to build without
building lucene tests files in lucene and skip the tests to be fired . Can
anyone please help where to make the necessary changes .
Thanks,
Pom