Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot search numeric values [LUCENE-27] #1105

Closed
asfimport opened this issue Apr 5, 2002 · 1 comment
Closed

Cannot search numeric values [LUCENE-27] #1105

asfimport opened this issue Apr 5, 2002 · 1 comment

Comments

@asfimport
Copy link

Lucene seems like it cannot search for numeric values only alpha values. I
indexed a file named 777 and when I did a search on it it is not found. Also
add size value to the contents to be searched and no match is found. Seems
like you cannot search numeric values.


Migrated from LUCENE-27 by Pasha Arshadi, resolved May 27 2006
Environment:

Operating System: other
Platform: Other
@asfimport
Copy link
Author

Eugene Gluzberg (migrated from JIRA)

You are using a stop filter that takes out all numbers. Which means the numbers
will not be indexed, nor found when you search.

If you have more questions, please ask on the lucene-user mailing list.

If you belive that this is still a bug, please provide more details, and simple
example code that demostrates the bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant