dotJEM / json-index

MIT License
7 stars 3 forks source link

About Wiki #9

Open paratoner opened 8 years ago

paratoner commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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)