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

STI support #50

Open
ultimatenexus opened this issue Sep 19, 2013 · 1 comment
Open

STI support #50

ultimatenexus opened this issue Sep 19, 2013 · 1 comment

Comments

@ultimatenexus
Copy link

Any plans on integrating STI support?

Currently, I have to define my indexed fields in each subclass. Defining the indexed fields in the base class results in undefined behavior during initial index construction (on the fly updates seam to work though...).

Not a big problem in my case, as I am not searching in the base class anyway, but in other cases this might be desirable.

@dougal
Copy link
Owner

dougal commented Sep 19, 2013

Hi.

This is possibly trivial to implement, I shall look into it.

Thanks.

On Thursday, 19 September 2013 at 12:28, ultimatenexus wrote:

Any plans on integrating STI support?
Currently, I have to define my indexed fields in each subclass. Defining the indexed fields in the base class results in undefined behavior during initial index construction (on the fly updates seam to work though...).
Not a big problem in my case, as I am not searching in the base class anyway, but in other cases this might be desirable.


Reply to this email directly or view it on GitHub (#50).

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