If I want to include numbers in my definition of words, is this what I would do:
wordc = [\alnum\']
langc = [\alnum\' \-]
And, what is your experience with how much of a performance hit this might cause? I am indexing technical literature, and it would be somewhat common for various things to be named with a combination of letters and numbers.
Finally, are these properties (and the rank knob properties, which I am not going through) set in the same manner as the Search and Optimization parameters (that is, with a SQL query of "SET property = value;")? If yes, can they be overridden on a per-query basis? I am mainly interested in knowing if users can choose the likepproximity and likepleadbias which they feel gives them the best results, without affecting the settings for anyone else.
wordc = [\alnum\']
langc = [\alnum\' \-]
And, what is your experience with how much of a performance hit this might cause? I am indexing technical literature, and it would be somewhat common for various things to be named with a combination of letters and numbers.
Finally, are these properties (and the rank knob properties, which I am not going through) set in the same manner as the Search and Optimization parameters (that is, with a SQL query of "SET property = value;")? If yes, can they be overridden on a per-query basis? I am mainly interested in knowing if users can choose the likepproximity and likepleadbias which they feel gives them the best results, without affecting the settings for anyone else.