Looks like there was a bug in this after all. Change line 1250 in
engine.php to this:

function BOLTindexQuery($outarray, $index) {

That should get it working again...

I've attached my code for the indexing system I am using...  It
consists of three functions:

1) myBOLTautoIndex
This controls which changed pages get indexed and to which index. You
will want to customize this to your needs. The code if very simple.

2) BOLTFmyindex
This is the function called by cron. Just put in on a page that can be
read by a guest, like main.myindex. It simply triggers BoltWire to
index the pages listed on the various site.myindex pages.

3) BOLTFmyindexsetup
A utility I developed to setup my initial indexes. You write a function like:

[(myindexsetup group=blog* myindex=blog mode=demo)]

Make sure it catches all the pages you want then change mode to active
and your list is created. You may need to run the myindex function
(#2) multiple times to get everything initially indexed. You can also
speed it up by setting batch=50 on that function until caught up.

Let me know if you have any questions. Feel free to setup a solutions
page with this if you wish.  I'm very scrunched for time...

Blessings,
Dan


On Thu, Mar 3, 2011 at 7:01 AM, Martin <[email protected]> wrote:
> Thank you for asking.
> Maybe you could c/p the script you use to feed your indexes via cron.
>
> Or give me a hint how to (via cron) produce a list of last changes in
> group "xy" and start indexing them in altindex "xy".
>
> In addition I could not figure out how to get the search command/
> function to use my altindexes.
> Searching with a template to read data fields works only on the
> search.index.
> Using [(search index=...)] or search altindex= results in nothing.
>
> Greetings, Martin
>
> --
> You received this message because you are subscribed to the Google Groups 
> "BoltWire" 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/boltwire?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" 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/boltwire?hl=en.

<<attachment: myindex.php>>

Reply via email to