Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to trigger fullscan #10

Open
ArthurClemens opened this issue Nov 25, 2012 · 1 comment
Open

How to trigger fullscan #10

ArthurClemens opened this issue Nov 25, 2012 · 1 comment

Comments

@ArthurClemens
Copy link

I have this in executeSearch:

res <- liftIO $ case qstring of
        "" -> S.query configFull index qstring
        _ -> S.query configDefault index qstring

and

configFull = S.defaultConfig
        { S.port = sport
        , S.mode = ST.Fullscan
        }

This results in

Error 1 "index gifts-idx: fullscan requires extern docinfo"

My config does have docinfo = extern. So something else is wrong, but what?

@gregwebs
Copy link
Owner

I don't think I ever go a notification for this issue. Did you figure it out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants