hi, I plan to add a search function to my website.
The parameters is consist of text and number (compare number higher, smaller, between), which is the more suitable solution this use case ?
I found that both way also can implement (not so difficult), but wondering which is the better approach on performance and code maintaining perspective .(like able to add more search parameters or modify the parameter etc).
If using hibernate search, It seem like a lot work to be done in compare numbers, since Lucene is only know string.
any idea ?
kiwi
----
happy hacking !
_________________ happy hacking !
|