Re: Crawling with nutch and mapping fields to solr

2010-11-12 Thread Ramavtar Meena
Hi, This question is more suitable for nutch mailing list but let me give you couple of pointers. If its only metadata you can use the below mentioned patch, but if you want more flexibility with your data you can look at writing your own parser plugin, here is a good place to start: http://wiki

Re: WELCOME to solr-user@lucene.apache.org

2010-11-11 Thread Ramavtar Meena
Hi, If you are looking for query time boosting on title field you can do the following: /select?q=title:android^10 Also unless you have a very good reason to use string for date data (in your case pubdate and reldate), you should be using solr.DateField. regards, Ram On Fri, Nov 12, 2010 at 3:41