Re: Bulk indexing and delete old index files

2013-12-01 Thread revolutionizeit
Did you get this working? Are you able to share the solution? I am looking for a solution to similar problem. Thanks in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/Bulk-indexing-and-delete-old-index-files-tp4044746p4104297.html Sent from the Lucene - Java User

getFieldQuery Method of edismax

2013-12-01 Thread Furkan KAMACI
Hi; I am customizing edismax. Here is some lines of codes from edismax: @Override protected Query getFieldQuery(String field, String val, boolean quoted) throws SyntaxError { this.type = QType.FIELD; this.field = field; this.val = val; this.slop = getPhraseSlop();

Re: Using Payloads as a Coefficient For Score At a Custom QParser That extends ExtendedDismaxQParser

2013-12-01 Thread Furkan KAMACI
Second link is that: http://digitalpebble.blogspot.com/2010/08/using-payloads-with-dismaxqparser-in.html 2013/12/1 Furkan KAMACI > Hi; > > I use Solr 4.5.1 I have a case: When a user searches for some specific > keywords some documents should be listed at much more higher than its usual > score

Using Payloads as a Coefficient For Score At a Custom QParser That extends ExtendedDismaxQParser

2013-12-01 Thread Furkan KAMACI
Hi; I use Solr 4.5.1 I have a case: When a user searches for some specific keywords some documents should be listed at much more higher than its usual score. I mean I have probabilities of which documents user may want to see for given keywords. I have come up with that idea. I can put a new fiel