glos / glos_catalog

Resources for the GLOS cataloging system
1 stars 7 forks source link

Searching for "MODIS" returns results other than actual MODIS datasets first #12

Closed kwilcox closed 11 years ago

dstuebe commented 11 years ago

That sounds like something that might need to be fixed in basex/xquery. Not sure it is possible without exposing a lot more of the xquery text search API to the user though.

kwilcox commented 11 years ago

Do you have any clue how a BaseX weighs the text search responses? Do you know if you can set weights to certain XML fields? It is matching "moody" over "modis" on a search for modis. It could just be it is seeing the "moody" xml file first if there is no weighting.

dstuebe commented 11 years ago

There is weighting. Sounds like the fuzzy search is not doing what we want here. That will actually be simpler to fix than I thought... I think.

Will try and take a look on tomorrow. I am on a sprint to get a prototype stochastic analysis program working.

David

On Thu, Mar 14, 2013 at 9:32 AM, Kyle Wilcox notifications@github.comwrote:

Do you have any clue how a BaseX weighs the text search responses? Do you know if you can set weights to certain XML fields? It is matching "moody" over "modis" on a search for modis. It could just be it is seeing the "moody" xml file first if there is no weighting.

— Reply to this email directly or view it on GitHubhttps://github.com/asascience-open/glos_catalog/issues/12#issuecomment-14902059 .

kwilcox commented 11 years ago

get a chance to look at this?

dstuebe commented 11 years ago

Not yet - being sick did not help me catch up any. Let me see what my deadlines are when I get sorted out today.

I will check in with you about this and other IOOS stuff in a few minutes.

David

On Mon, Apr 1, 2013 at 2:49 PM, Kyle Wilcox notifications@github.comwrote:

get a chance to look at this?

— Reply to this email directly or view it on GitHubhttps://github.com/asascience-open/glos_catalog/issues/12#issuecomment-15730223 .

kwilcox commented 11 years ago

I changed some of the MODIS ISOs and this seems to have gotten better, closing