1.How much more efficient is sphinx doing in searching fulltext than by attribute?
If attribute search is much slower,for better performance,I'm gonna prefix the attribute
and append to fulltext search.
But when it requires range search,only attribute search can apply.
2.How to conduct attribute range search by sphinxapi in PHP?