en it comes to search, we will have
to
> generate a loop for each single one of the query terms( there will be
more
> than 20-30 terms on average, since we are using sematic web to implement
> concept search), do you think it would affect the performance in a very
> bad way?
>
in my solution, you can apply one doc for each mesh term, or apply different
keyword such as "mesh_1""mesh_10" for your top 10 terms...or u can group
your mesh terms as one string then add into a field, which requires a simple
string parser for the group string when you wanna read the terms...