Issue Details (XML | Word | Printable)

Key: LUCENE-446
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Doron Cohen
Reporter: Yonik Seeley
Votes: 9
Watchers: 5
Operations

If you were logged in you would be able to see more operations.
Lucene - Java

search.function - (1) score based on field value, (2) simple score customizability

Created: 05/Oct/05 05:23 AM   Updated: 19/Jun/07 08:14 AM
Return to search
Component/s: Search
Affects Version/s: None
Fix Version/s: 2.2

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works function.patch.txt 2007-06-05 02:33 AM Doron Cohen 117 kB
Text File Licensed for inclusion in ASF works function.patch.txt 2007-05-05 07:04 AM Doron Cohen 93 kB
Text File Licensed for inclusion in ASF works function.patch.txt 2007-05-03 03:09 AM Doron Cohen 93 kB
Zip Archive Licensed for inclusion in ASF works function.zip 2005-12-01 04:56 AM Yonik Seeley 9 kB
Zip Archive Licensed for inclusion in ASF works function.zip 2005-12-01 02:56 AM Yonik Seeley 9 kB
Issue Links:
Reference

Lucene Fields: Patch Available
Resolution Date: 05/Jun/07 04:39 PM


 Description  « Hide
FunctionQuery can return a score based on a field's value or on it's ordinal value.

FunctionFactory subclasses define the details of the function. There is currently a LinearFloatFunction (a line specified by slope and intercept).

Field values are typically obtained from FieldValueSourceFactory. Implementations include FloatFieldSource, IntFieldSource, and OrdFieldSource.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Yonik Seeley made changes - 05/Oct/05 05:26 AM
Field Original Value New Value
Attachment LinearFloatFunction.java [ 12314721 ]
Attachment FunctionFactory.java [ 12314722 ]
Attachment FunctionQuery.java [ 12314720 ]
Yonik Seeley made changes - 05/Oct/05 05:27 AM
Attachment FunctionInst.java [ 12314723 ]
Attachment FieldValueSourceFactory.java [ 12314724 ]
Attachment FieldValueSource.java [ 12314725 ]
Yonik Seeley made changes - 05/Oct/05 05:28 AM
Attachment FloatFieldSource.java [ 12314726 ]
Attachment IntFieldSource.java [ 12314727 ]
Attachment OrdFieldSource.java [ 12314728 ]
Yonik Seeley made changes - 07/Oct/05 10:29 PM
Attachment ReciprocalFloatFunction.java [ 12314762 ]
Attachment ReverseOrdFieldSource.java [ 12314763 ]
Yonik Seeley made changes - 01/Dec/05 02:52 AM
Attachment FieldValueSource.java [ 12314725 ]
Yonik Seeley made changes - 01/Dec/05 02:52 AM
Attachment FieldValueSourceFactory.java [ 12314724 ]
Yonik Seeley made changes - 01/Dec/05 02:52 AM
Attachment FloatFieldSource.java [ 12314726 ]
Yonik Seeley made changes - 01/Dec/05 02:52 AM
Attachment FunctionFactory.java [ 12314722 ]
Yonik Seeley made changes - 01/Dec/05 02:52 AM
Attachment FunctionInst.java [ 12314723 ]
Yonik Seeley made changes - 01/Dec/05 02:52 AM
Attachment FunctionQuery.java [ 12314720 ]
Yonik Seeley made changes - 01/Dec/05 02:52 AM
Attachment IntFieldSource.java [ 12314727 ]
Yonik Seeley made changes - 01/Dec/05 02:52 AM
Attachment LinearFloatFunction.java [ 12314721 ]
Yonik Seeley made changes - 01/Dec/05 02:52 AM
Attachment OrdFieldSource.java [ 12314728 ]
Yonik Seeley made changes - 01/Dec/05 02:52 AM
Attachment ReciprocalFloatFunction.java [ 12314762 ]
Yonik Seeley made changes - 01/Dec/05 02:52 AM
Attachment ReverseOrdFieldSource.java [ 12314763 ]
Yonik Seeley made changes - 01/Dec/05 02:56 AM
Attachment function.zip [ 12321052 ]
Yonik Seeley made changes - 01/Dec/05 04:56 AM
Attachment function.zip [ 12321057 ]
Grant Ingersoll made changes - 20/Mar/07 02:11 AM
Link This issue relates to SOLR-192 [ SOLR-192 ]
Doron Cohen made changes - 27/Apr/07 07:33 PM
Assignee Doron Cohen [ doronc ]
Doron Cohen made changes - 03/May/07 03:09 AM
Attachment function.patch.txt [ 12356682 ]
Doron Cohen made changes - 03/May/07 03:19 AM
Summary FunctionQuery - score based on field value search.function - (1) score based on field value, (2) simple score customizability
Affects Version/s 1.9 [ 12310334 ]
Priority Major [ 3 ] Minor [ 4 ]
Fix Version/s 2.2 [ 12312328 ]
Lucene Fields [Patch Available]
Doron Cohen made changes - 03/May/07 03:20 AM
Status Open [ 1 ] In Progress [ 3 ]
Doron Cohen made changes - 03/May/07 03:36 AM
Link This issue is related to LUCENE-850 [ LUCENE-850 ]
Doron Cohen made changes - 05/May/07 07:04 AM
Attachment function.patch.txt [ 12356817 ]
Doron Cohen made changes - 05/Jun/07 02:33 AM
Attachment function.patch.txt [ 12358918 ]
Doron Cohen made changes - 05/Jun/07 04:39 PM
Status In Progress [ 3 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Michael Busch made changes - 19/Jun/07 08:14 AM
Status Resolved [ 5 ] Closed [ 6 ]