Hello,
I'm trying to use sql_query_killlist property as recommended in
documentation:
<http://sphinxsearch.com/docs/manual-0.9.9.html#conf-sql-query-killlist>
set_property :sql_query_killlist => "SELECT id FROM
#{Project.quoted_table_name} WHERE state='archived' OR state='unpublished'"
I got the following sphinx.conf in gist: <http://gist.github.com/616532>.
Other info such as Ruby version, gems installed etc. is in gist also.
I use Delta Indexes as described here
<http://freelancing-god.github.com/ts/en/deltas.html>
set_property :delta => :datetime, :threshold => 10.minutes
Index description may be found in gist.
sql_query_killlist doesn't work as I expect: in serch result i got
records that are supposed to be excluded by sql_query_killlist
Thank you in advance.
--
You received this message because you are subscribed to the Google Groups
"Thinking Sphinx" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/thinking-sphinx?hl=en.