Hi all, I am using Luke to view a Lucene index. There is a column named 'Rank'. What is the actual meaning of it? My guess is that the Rank means number of occurrence and the larger Rank number meaning the term is more significant. But I don't understand is that it is a full text search. If I search for 'apple', all the 'apple' index will be returned that doesn't matter with what Rank 'apple' has. Am I having a wrong understanding? If not, what is the actual use for the Rank column?
When I inspect the index, it seems there are quite some 'noise' there, e.g. the character 'o' has a very high Rank number. Does it mean this index is bad? How should I fix it? Thanks in advance.