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

About Wiki #9

Open
paratoner opened this issue Jun 20, 2016 · 3 comments
Open

About Wiki #9

paratoner opened this issue Jun 20, 2016 · 3 comments

Comments

@paratoner
Copy link

paratoner commented Jun 20, 2016

Can you add wiki for this project?
and what does mean this lines? :

            var config = index.Configuration;
            config
                .SetTypeResolver("Type")
                .SetAreaResolver("Area")
                .ForAll()
                .SetIdentity("Id");

Thank you very much.

@jeme
Copy link
Contributor

jeme commented Jun 22, 2016

I am happy that you found the project interesting enough to ask questions. I have added some info to the Readme regarding your question, this is what I have time to do for now as I am pressed for time these days.

I would prob. rather go in the direction of a github page for the project in time, but it is important to note that this project is in a very early stage and allot of lessons has been learned using it in a project which will likely lead to some changes.

@paratoner
Copy link
Author

paratoner commented Jun 23, 2016

Thank you for your answer.
Yes this project is in a very early stage but I want to use this lib on prod.
Because i have not another option.
What is your opinion about it?
I have one question more.
Are the nuget packege and this project sync?

@jeme
Copy link
Contributor

jeme commented Jun 23, 2016

We are actually using it in production on a system, a deployment system and I have used it for rapid prototyping... It is a bit to obvious that this project binds to other projects atm where I wish for a more clean cut, there are also allot of more advanced features in the scope for the future.

There are some caveats around arrays, briefly explained here: http://stackoverflow.com/questions/22465256/indexing-json-object-arrays-in-lucene-net

The Nuget package is published for each successful build from appveyor, so it's in sync as long as the build is green. (If publishing fails it will also fail the build)

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