I have documents that have a variety of IDs and names by which people may commonly refer to them. There is one guaranteed unique ID and multiple other names, synonyms, etc. that are "almost unique". Furthermore, any document may have text that refers to another document by any of these various identifiers.
What I want is that when somebody does a search using one of these identifiers, the document(s) identified by that identifier score the best. For example, there could be document A identified by ABE-0000008, and document B that has within it's content "this is kinda like ABE-0000008." I want a search for ABE-0000008 to hit both of these, but for A to score better. I already am already indexing the identifier in the same field with the rest of the content for the docs, so I'm getting hits to both, just not sure how to achieve the scoring I want. Thanks, Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]