Vortex Log Questions

Post Reply
gerry.odea
Posts: 98
Joined: Fri Sep 19, 2008 9:33 am

Vortex Log Questions

Post by gerry.odea »

Could you please tell me what causes these to show up and what can I do to resolve it. My vortex.log file is 38MB for just 2 months.

/open/search:307: Invalid query term 5: "-" in the function get equivs

/open/search:521: (13631) Terminated (signal 15)

/open/search:237: Invalid query term 2: "+" in the function get equivs

/open/search:234: 'words less than 2 characters (C)' not allowed in query

/open/search:307: Invalid query term 3: "-" in the function get equivs

/open/search:234: Invalid query term 4: "+" in the function get equivs
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Vortex Log Questions

Post by mark »

A lone - or + is not valid. If you're using them as set logic operators they should be attached to their words as in "something -junk +good" instead of "something - junk + good".

words less than 2 characters is controlled by qminwordlen and your word definition expressions.
Post Reply