GithubHelp home page GithubHelp logo

Comments (14)

tjake avatar tjake commented on August 23, 2024

Thanks, I'll be pushing a bunch of internal changes soon and will address this

from solandra.

tjake avatar tjake commented on August 23, 2024

I've pushed the changes I mentioned, please take a look.

No longer getting exceptions but the dismax queries seem to only return results after a similar query on standard search handler. I must be doing something wrong.

from solandra.

karussell avatar karussell commented on August 23, 2024

Could it be that simply the following is missing from the dismax handler section?

 <arr name="components">
  <str>query</str>
  <str>solandraComponent</str>
  <str>facet</str>
  <str>mlt</str>
  <str>highlight</str>
  <str>stats</str>
  <str>debug</str>
 </arr>

Without that I didn't got results. With that all seems to be ok.

I'll report in tomorrow (or in the next days ;)) if my usecase for dismax still fails with that addition.

from solandra.

karussell avatar karussell commented on August 23, 2024

Ok, nice. Feeding and querying from jetwick works now (with the above change) :-)

So, thanks for the changes!

from solandra.

tjake avatar tjake commented on August 23, 2024

Cool is it live? what's the url?

from solandra.

karussell avatar karussell commented on August 23, 2024

sadly not yet, due too some other problems (see new issues). Also sorting seems to be slow. Or is only sort by latest date supported?

from solandra.

tjake avatar tjake commented on August 23, 2024

How many many documents in the indexes?

Are you running this on a single node? Solandra won't be faster than Solr on a single node keep in mind. Also you have shards.at.once=2 which doesn't make sense if you have 1 node. It should roughly be the same as the number of nodes in your cluster.

from solandra.

karussell avatar karussell commented on August 23, 2024

How many many documents in the indexes?

there were only 5K I think

Are you running this on a single node?

for this test, yes.

Solandra won't be faster than Solr on a single node keep in mind.

Also for large indices >10GB?

Also you have shards.at.once=2 which doesn't make sense if you have 1 node.

ok

from solandra.

karussell avatar karussell commented on August 23, 2024

Also you have shards.at.once=2 which doesn't make sense if you have 1 node.

also if the node has more than one core?

from solandra.

tjake avatar tjake commented on August 23, 2024

it will help with write tps but it will increase the amount of memory needed :)

from solandra.

karussell avatar karussell commented on August 23, 2024

ah, now I understand. so "at.once" is important here ... sorry

from solandra.

tjake avatar tjake commented on August 23, 2024

How many documents in your index?

from solandra.

karussell avatar karussell commented on August 23, 2024

ok, but this issue here is fixed. I'll close, ok?

from solandra.

karussell avatar karussell commented on August 23, 2024

How many documents in your index?

there were only 5K I think

from solandra.

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.