0
votes
2answers
25 views

Perform Lucene wildcard search

How does Lucene support wild card searches? I want to search the words starting with ox I am searching the words with ox* but its also returning the unexpected results like anti-oxide - but I don't ...
0
votes
1answer
31 views

elasticsearch query dates by range

My elastic search has data, particularly something like this for dates: "startTime" : {"type" : "string", "format" : "yyyy/MM/dd", "index" : "analyzed", "analyzer" : "keyword"}, I am adding a date ...
1
vote
1answer
33 views

Lucene Query Parser

I am currently trying to get some fulltext querying done in Lucene. What I would like to achieve is the following: Upon getting a search term like "hello AND world" I would like a query that ...
1
vote
1answer
31 views

confused Lucene StringField

I want to read some documents from the index has been created, and then put them in another index。But I can not retrieve these documents in “another index” oh,the documets just have StringField 。。 ...
1
vote
0answers
36 views

How to index html, css, and javascript using solr

Users of CodePen submit html/css/javascript each time they save a pen. We're setting up Solr search and I'd like to know if any work has been done to properly tokenize html/css/js for optimal ...
0
votes
1answer
28 views

What is the meaning of “must match” in Solr?

I have an requirement to modify the must match parameter in Solr. <str name="mm"> 2&lt;-1 5&lt;-2 6&lt;50% </str> I'm not able to understand the logic behind this syntax.
-1
votes
0answers
33 views

Lucene IndexSearcher

Can anyone please explain step by step as to how exactly the lucene's indexSearcher.search works? how exactly a query is searched and how exactly indexSearcher performs search on query for example, ...
1
vote
1answer
45 views

Lucene.Net persisting boost values

I have an Index created but it has lot of junk data. What I hope to accomplish is a voting system, where more votes equates to a higher boost value. Unfortunately the boost values are not saved back ...
-1
votes
1answer
43 views

What search technology does StackOverflow use in 2013? [closed]

I know that in the past StackOverflow used SQL Server Full-Text search. Recently searches on StackOverflow became much faster. What search technology does StackOverflow use now (in 2013)? Is it ...
0
votes
1answer
23 views

Can I combine a constantsearchquery with a phrase query into a booleanquery in lucene?

Can I have a BooleanQuery which has two other queries, one SHOULD and one MUST? I want the SHOULD query to be of type ConstantScoreQuery and the other of type PhraseQuery. I know PhraseQuery actually ...
0
votes
1answer
43 views

search from apache lucene index and count the result group wise

I am trying to search from lucene index but i want to filter this search . there are two fields contents and and category .suppose i want to search in files which have "sports" and i also want to ...
1
vote
1answer
61 views

Cloudant Search feature

Saw this relatively old blogpost regarding Cloudant's search feature. Was looking for answers to some queries, since we use the Cloudant Heroku Addon & need to support Search queries: Is it ...
1
vote
2answers
126 views

How to implement a basic Analyzer in Lucene 4.2.1?

Lucene 4.2.1 doesnot have StandardAnalyzer, and I am not sure how to implement a basic analyzer that does not alter the source text. Any pointers? final SimpleFSDirectory DIRECTORY = new ...
0
votes
1answer
31 views

How to get a score of a Field on Zend Lucene

I have something similar to the following code: [...] while($result=mysql_fetch_assoc($query)){ //Build a doc $doc = new Zend_Search_Lucene_Document(); [...] ...
1
vote
0answers
33 views

Optimal Indexing strategy for Multilingual requirement using solr

We use IBM WCS v7 for one of our e-commerce based requirement, in which Apache solr is embeded for the search based implementation. As per a new requirement, there will be multiple language support ...
0
votes
2answers
74 views

Solr - most frequent searched words

this is my firs question :) ; i'm a student and, as an homework, i'm trying to organize a good solr search engine, using the most common tools and the most knows features. I've already setted up the ...
0
votes
1answer
29 views

Solr - Enriching the TermsComponent answer

I'm using Solr 3.5.0 (with WebSphere Commerce). While performing a search, commerce use the suggestion tool to suggest (auto-complete) search terms regarding the letters already typed on the search ...
0
votes
2answers
102 views

Lucene Search for SiteCore get Field content from result

Hy. I have run into a small problem. I am using Lucene Search and I am trying to get the content from a field in the returned result. I have got so far until the ID's of the field. Right now i get the ...
0
votes
0answers
92 views

Storing structured data in Lucene

I have seen many references pointing to the use of Lucene or Solr as a NoSQL data store, not just the indexing engine: NoSQL (MongoDB) vs Lucene (or Solr) as your database ...
1
vote
1answer
90 views

How to add distinct values in a multivalue field in solr

I have a multivalue field called category(which is also a store field) in which i need to add only distinct values <field name="category">value1</field> <field ...
-1
votes
1answer
30 views

PHP: Zend Search Lucene problems (page fails to load most of the time) [closed]

Before Zend Search Lucene, my site let visitors search through one specific database for what they wanted. After implementing, visitors became allowed to search through all of the databases at once. ...
3
votes
1answer
118 views

Lucene.NET 2.9 Custom Filter to add authorisation

Friends, I'm new to Lucene... I successfully created an index, added fields, I could search etc it works. Now, I've in my database a view that tell which users can see which document. This view is ...
0
votes
1answer
51 views

Solr seach with Mysql Database, any utility for data importing

We are looking at ways of improving "search" functionality in our large business application which currently uses SQL Like syntax to do it. So we started evaluating Solr server and were able to index ...
0
votes
1answer
81 views

Best way to speed up search result display

We've been prototyping a search results system for a mySQL database with about 2 million names and addresses and 3 million associated subscription and conference attendance records. At the moment ...
0
votes
0answers
43 views

Code Igniter Zend Lucene Find with Array

using some legacy code I am trying to build in more options to my search system for my site. Currently the form submits some free text and Lucene works fine for this but I want to add in checkboxes ...
3
votes
1answer
54 views

Boosting the relevance of a field, with the value of another (numerical)

I am developing a platform, where users are organizing items in collections. Each of the collections can be followed by users. Those collections are afterwards indexed by Solr, and made searchable. I ...
0
votes
1answer
65 views

How do I apply 2 filters to my ElasticSearch query object?

I want to query my index, but apply 2 filters. First, the price and second the location. var qobject = { query:{ custom_score:{ query:{ ...
0
votes
1answer
115 views

zend lucene how set priority on keyword field

It possible to set permanent bonus of revelance for some keyword field? I have product name field, id keyword field and priority keyword field. I want to set revelance of results like revelance of ...
0
votes
2answers
35 views

Full text searches on product codes

Today's challenge is creating a search engine for my store's products db. A lot of products are created by hand, by a lot of different hands! So it's likely to find "i-phone 3gs", "iPhone4" and "i ...
0
votes
1answer
51 views

Searching with Lucene with stemming enabled

Suppose I store a set of strings (each document in Lucene would be a single word), and then given an input word W, I would like to retrieve all the document that not only match word W but also those ...
1
vote
2answers
175 views

Multi-field, multi-word, match without query_string

I would like to be able to match a multi word search against multiple fields where every word searched is contained in any of the fields, any combination. The catch is I would like to avoid using ...
0
votes
1answer
62 views

Solr / Lucene: scoring individual tag

I'm designing a Lucene search index that includes ranked tags for each document. Example: Document 1 tag: java , rank 1.2 tag: learning, rank 2.1 tag: bugs, rank 1.2 tag: architecture: rank 0.3 ...
0
votes
1answer
47 views

How should I configure a Solr query to search for a term in multiple fields?

I'm trying to construct a Solr query to search for the term "tree" in the fields "type" and "desc". Here's my attempt so far: ?q=tree &defType=dismax &qf=type desc However, this only works ...
0
votes
2answers
162 views

Elasticsearch sort based on the number of occurrences a string appears in an array

I have an array field containig a list of strings: ie.: ["NY", "CA"] At search time I have a filter which matches any of the strings in the array. I would like to sort the results based on ...
2
votes
2answers
99 views

Solr: The default OR operator returns irrelevant results, when the fields are queried with multiple words

I need to make my Solr-based search return results if all of the search keywords appear anywhere in any of the search fields. The current situation: an example search query: keywords: "berlin house ...
1
vote
2answers
171 views

Open source search engines : alternatives to Lucene

Currently we are using Lucene for our search engine, but we want to look at some alternatives. I have looked at several on the net but seems like a lot of them are out of date or the development ...
1
vote
1answer
80 views

Lucene analyzer for first name

Is there a Lucene analyzer out there that tokenizes name parts with their short name equivalents (e.g. Mike and Michael, Rich and Richard, Suzie and Susan), etc? Fuzzy match on Levenshtein distance ...
0
votes
2answers
54 views

Reusing stopwords and other files in Solr multicore

I have a multicore setup for solr, the directory structure of which goes like -multicore |-core0 |--conf |---schema.xml |---solrconfig.xml |---stopwords |---synonyms |-core1 |--conf |---schema.xml ...
1
vote
2answers
162 views

How do you index and searchnumbers in Lucene 4.1

In my 3.6 code I was adding numeric field to my index as follows: public void addNumericField(IndexField field, Integer value) { addField(field, NumericUtils.intToPrefixCoded(value)); } ...
1
vote
2answers
170 views

Indexing geospatial in elastic search results in error?

{ title: 'abcccc', price: 3300, price_per: 'task', location: { lat: -33.8756, lon: 151.204 }, description: 'asdfasdf' } The above is the JSON that I want to index. However, when I index ...
1
vote
1answer
188 views

Using Lucene to improve performance in Sitecore

I´m currently working with Sitecore, where we made a Create New Content part, which opens a pop up showing the 8 most used templates, with the number of uses. The problem is, it takes too long when ...
0
votes
1answer
63 views

Can I protect short words from an n-gram filter in Solr?

I have seen this question about searching for short words in Solr. I am wondering if there is another possible solution to a similar problem. I am using the EdgeNGramFilter with a minGramSize of 3. ...
2
votes
1answer
145 views

Using Lucene to work with graph data

Is there a way to use Lucene to work with graph data? Example One user has a relationship with many lucene documents (Document Connections) One User has a relationship with other Users (User ...
0
votes
0answers
50 views

searching indexed content in lucene 4.0

I am using lucene 4.0. I created index from mysql database and its working. But, i am unable to search a record containing a particular keyword using the created index. I get "Found 0 hits" even ...
0
votes
2answers
138 views

Not getting matches for analyzers using CharMappingFilter with Lucene 4.1

Just updating codebase from Lucene 3.6 to Lucene 4.1 and seems my tests that use NormalizeCharMap for replacing characters in the analyzers are not working. Below Ive created a self-contained test ...
0
votes
0answers
47 views

Solr relevant Boosting

I have various field like name,location, landmark. If I search for any keyword and it hits name field much more than location then I want to boost name more that location. Again if it hits location ...
0
votes
0answers
109 views

Elasticsearch - query does match fields

I have the following Elasticsearch mapping: { "product":{ "properties":{ "14":{ "type":"long" }, "25":{ "dynamic":"true", ...
0
votes
0answers
31 views

Finding out whether a search query belongs to surround query parser or Lucene core library

Suppose a query is entered as "(bill w green) 9w (paul w adam)" OR "(bill w green) 9n (paul w adam)", Is it right to parse the search query to find whether it contains 9w OR 9n. If it contains 9w or ...
0
votes
1answer
50 views

How to detect an entered search query as a surround query or as a normal lucene core library query

Is there a way where we can find out whether a query is for the normal lucene core library or for the surround contrib module. Can we merge a surround queryparser with the lucene core library's ...
0
votes
3answers
69 views

Solr search - how to prevent duplicates from location hash

I'm getting results back from a crawled internal site. The problem is I'm getting multiple results because of the use of location hashes in the code: http://site.com/en/personal/refunds.html ...

1 2 3 4 5 11