Page 1 of 1

Searching 'back' in Texis

Posted: Tue Feb 24, 2009 12:56 pm
by adamc0
I am running into an issue when searching for the term 'back' in Texis. Texis seems to return no results every time. Is there any explainable reason for this?

Specifically, this is the message returned when trying to search the term 'back'.

115 Nothing to search for in query in the function get equivs
100 Setmmapi back Failed
100 Metamorph open failed.

Thanks.

Searching 'back' in Texis

Posted: Tue Feb 24, 2009 1:51 pm
by mark
"back" is a noise word and is ignored in the query.
Use apicp to turn off noise removal (keepnoise).

See also the default noise word list at
http://www.thunderstone.com/site/texism ... g_and.html

Searching 'back' in Texis

Posted: Tue Feb 24, 2009 1:52 pm
by mark
On the appliance adjust the search setting "Keep Noise Words".

Searching 'back' in Texis

Posted: Tue Feb 24, 2009 3:00 pm
by adamc0
Thanks.

It seems I am still having some issues. I tried adding <apicp keepnoise 1> to my vortex script to allow the searching of "back". It still returns no results.

The field it is querying against is indexed and I'm searching with a likep. Any thoughts?

I apologize for my ignorance.

Thanks.

Searching 'back' in Texis

Posted: Tue Feb 24, 2009 3:56 pm
by mark
Wasn't clear what product you were using. I've moved this thread from appliance to texis/metamorph.

You also need to use keepnoise when creating the metamorph index. So you'll need to drop and recreate it with keepnoise set.

Searching 'back' in Texis

Posted: Tue Feb 24, 2009 4:41 pm
by adamc0
That did it. Thanks so much.