I run into an interesting perf issue just now. 100 runs of this query: "Name:WILLY" @ 224ms 100 runs of this query: "Name:WIL*" @ 790ms
There are ~5000 documents in the index, two fields, Name is using StandardAnalyzer. Is there supposed to be that big a perf difference between the two?