result « query « Java Lucene Q&A

Home
Java Lucene Q&A
1.Database
2.Development
3.document
4.Field
5.index
6.lucene
7.lucene.net
8.nutch
9.query
10.solr
11.Tools
Java Lucene Q&A » query » result 

1. Solr query results using *    stackoverflow.com

I want to provide for partial matching, so I am tacking on * to the end of search queries. What I've noticed is that a search query of gatorade will return ...

2. Lucene: How to have more than 100 results?    stackoverflow.com

my question is simple but i cant fin de answer. Is there a way to set in Lucene to retrieve an amount of results higher than 100 in a query? Im using ...

3. Embedding Semantic Queries in MediaWiki Search Results    stackoverflow.com

I am using Semantic MediaWiki with Lucene search and looking for a way to embed a SQL or Semantic Search query using the search input terms to generate a small table ...

4. in solr is there an way to fetch all results from a query something like start=0&rows=* or rows=all?    stackoverflow.com

as far as I know this is not possible as the solr wiki. do you guys have any work around?

5. make location fields made visible in solr    stackoverflow.com

I have the following field defined in solr (schema.xml)

<field name="store" type="location" indexed="true" stored="true"/>
If I search for say this-
&fq={!geofilt pt=45.15,-93.85 sfield=store d=5}
Then I can see the location coordinates in the search result. But ...

6. Inconsistent Apache Solr query results    stackoverflow.com

I'm new to Apache Solr and trying to make a query using search terms against a field called "normalizedContents" and of type "text". All of the search terms must exist in ...

7. How to OR null value in Apache Solr query?    stackoverflow.com

The last option to solve this for me was to ask StackOverflow. I am trying to create a Solr query to get documents that have a specific value on one of its ...

8. solr query dont returning results    stackoverflow.com

When I enter search url

http://localhost:8983/solr/select?qt=standard&rows=10&q=*:*
I get a response with 10 documents. But when I want to test specific query, then nothing comes up. For example:
http://localhost:8983/solr/select?qt=standard&rows=10&q=white
Why is that happening? I clearly see in ...

9. Querying for all results in Lucene IndexSearcher    stackoverflow.com

I'm working with the SearchFiles class in Lucene's contrib/demo directory. Rather than search for results in paginated form, I want to be retrieve all documents that match the query. Is there ...

10. How/Why are these Solr Queries producing different results?    stackoverflow.com

I'm using Apache Solr and querying an index with a schema that has a text field PostBody, a integer Userid field, and a trie based datetime field MostRecentActivityDate. I'm attempting to ...

11. Returning additional data in a Solr query result    stackoverflow.com

I am currently using Solr to do some searching across a large amount of documents. I need to be able to, on the client-side, allow grouping of search results on the ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.