Giter Site home page Giter Site logo

Comments (6)

clambertus avatar clambertus commented on July 28, 2024

I faced the same performance degradation.
Shad Storhaug , I saw some commits on this issue, any chance to release newer beta?

by eladmarg

from lucenenet.

clambertus avatar clambertus commented on July 28, 2024

maybe its because of compression by default.
https://stegard.net/2015/05/performance-of-stored-field-compression-in-lucene-4-1/

by eladmarg

from lucenenet.

clambertus avatar clambertus commented on July 28, 2024

Yes I read this article. There is a little improvement by doing the hack presented in this article but there is still a serious gap with the previous version in terms of response time.

by mo dje

from lucenenet.

clambertus avatar clambertus commented on July 28, 2024

Thanks for the report.

However, without more information there isn't much we can do on our end. Specifically, what is slow? Searching, indexing, analyzing?

Without seeing some code, it is hard to put together any advice on what to do about it. Could you please provide a sample configuration that runs fast in Lucene.NET 3.0.3 and is measurably slower when running with Lucene.NET 4.8.0?

Also, can you please confirm you are using 4.8.0-beta00007? It has several performance improvements over the previous betas.

Elad Margalit - Yes, there are some additional performance improvements in the trunk that haven't been released yet. Most of them only apply to very specific configurations, though. I am hoping to eliminate the "Support" namespace on ICU4N before doing that release.

by nightowl888

from lucenenet.

clambertus avatar clambertus commented on July 28, 2024

Shad Storhaug, the slowness issue is for searching operation.

Here is an example of a piece of code used to do a search :

var queryBuilder = new QueryBuilder(new MyAnalyzer());

var scoreDocs = indexSearcher.Search(queryBuilder.CreateBooleanQuery(field, value), 1).ScoreDocs;

I confirm that I am using 4.8.0 beta00007.

by mo dje

from lucenenet.

NightOwl888 avatar NightOwl888 commented on July 28, 2024

Closing this because there is nothing here that can be reproduced and we have approximately doubled performance since this was reported.

from lucenenet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.