Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6646711
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:26:59+00:00 2026-05-26T00:26:59+00:00

I found http://code.google.com/p/solrnet/wiki/Stats link. But i cannot understand properly. I want to use min,max

  • 0

I found http://code.google.com/p/solrnet/wiki/Stats link.

But i cannot understand properly.

I want to use min,max kind of function with solr query.

My query(Display min, max and average price of Round shape and color D and clarity FL and caratweight.(This query will be genarated based on user’s selection dynamically)

(Shape:”Round”) AND (Color:”D”) AND (Clarity:”FL”) AND (CaratWeight:[1 TO 10])

But how can i use such kind of function and select specific column.

Now i am somewhat nearer…

By using following url, i am getting min,max,count and mean..things those i want.
But its in xml format. Now i want to cusomize. I want to use this result in my asp.net code behind and want to do further computation.

http://localhost:8983/solr/coreMikisa/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on&stats=true&stats.field=Price 

So please reply.. how can i get???

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T00:26:59+00:00Added an answer on May 26, 2026 at 12:26 am
    http://localhost:8983/solr/coreMikisa/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on&stats=true&stats.field=Price 
    

    This can be expressed in SolrNet as:

    var statsParams = new StatsParameters();
    statsParams.AddField("Price");
    var results = solr.Query(SolrQuery.All, new QueryOptions {
        Rows = 10,
        Start = 0,
        Stats = statsParams
    });
    // use results.Stats...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm reading the Terms of use which can be found here: http://code.google.com/apis/visualization/terms.html But I
I found this cool js gettext library -> http://code.google.com/p/gettext-js/ but I don't understand how
I have followed the instructions found at http://code.google.com/p/pubsubhubbub/wiki/DeveloperGettingStartedGuide to setup a hub. When I
I found this code from here: http://www.cssportal.com/form-elements/text-box.htm But the problem is you can still
The Selenium setup.py can be found at http://code.google.com/p/selenium/source/browse/trunk/setup.py . When running python setup.py sdist
I am trying to create an interface to the swfobject found at http://code.google.com/p/swfobject/ .
I am trying to use http://code.google.com/p/amazon-s3-php-class/ to force-dowload files from AWS S3. I have
As instructed in the README and here http://code.google.com/p/pymssql/wiki/Compilation , I've installed Cython (v0.14.1), FreeTDS
I'm using jquery and the jquery-json plugin found here: http://code.google.com/p/jquery-json/ I've checked at http://jsonlint.com/
I was wondering what this snippet exactly does? (found here: http://code.google.com/p/google-app-engine-samples/source/browse/trunk/django_example/django_bootstrap.py ) # Make

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.