Using a dictionary to boost queries

2013-07-29 Thread Delip Rao
I have a dictionary of domain specific terms and I want to be able to automatically boost occurrences of those terms in a query. These terms could either be single word or multi-word phrases, like "supreme court", "habeas corpus", etc. So if the query was 'habeas corpus germany' (without the quotes

Using EmbeddedSolrServer in Solr 4.4.0

2013-08-12 Thread Delip Rao
Hello, I'm trying to teach myself how to use EmbeddedSolrServer for indexing and querying. I wrote a simple program -- Index a bunch of documents and query all documents. I'm using Solr 4.4.0 jars and I can't see any output from the query, i.e. I get 0 hits. 13/08/12 12:41:17 INFO core.SolrCore:

Re: Using EmbeddedSolrServer in Solr 4.4.0

2013-08-12 Thread Delip Rao
nd then > reproduce problems there first, before getting too deep into "embedded". > > -- Jack Krupansky > > -Original Message- From: Delip Rao > Sent: Monday, August 12, 2013 4:58 PM > To: solr-user@lucene.apache.org > Subject: Using EmbeddedSolrServer in S