e to run two searches with a filter that only
> matches this document.
>
> On Fri, Feb 21, 2020 at 2:39 PM Amal S Raj wrote:
>
> > Hi,
> >
> > I'd like to retrieve the score with and without IDF for a particular
> > document in a search. What is a good way
Hi,
I'd like to retrieve the score with and without IDF for a particular
document in a search. What is a good way to implement this, without doing
two searches?
Thanks,
Amal
Hi,
I am working with Lucene 3.0.3
I find there is an inconsistency while using Integer fields in multifield
sorting.
Please Clarify.
With Regards,
Manoj R.
Hi,
I have stored fields. I want to delete a single field in all documents. Can
i do that without reindexing? if yes, is it costly operations..?
Thanks,
Manoj.
I did some experiments for finding empty fields, But i want to know whether
there is any other better method. Have to reduce hard disk space.
Method 1: Add "NULL String" in empty fields
We can search with null string for empty column & non empty column
Observations:
- Index size will grow.
Dear sir/madam,
I have been working with lucene 3.0.3 and wish to upgrade to lucene 4.3 but
i found the performance of 4.3. slower than 3.0.3. I have attached the
code used to test and results of test along with this mail. Is there any
specific usage pattern to be followed to improve the performa
article:
> http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html very
> helpful in understanding the difference between AtomicReaders and
> CompositeReaders.
>
> Brendan
>
>
>
> On Tue, May 28, 2013 at 2:30 AM, raj wrote:
>
> > Thanks a lot Elisabeth
> >
) should
> cover
> what you need.
> Best,
> Elisabeth
>
> On 27 May 2013 14:13, raj wrote:
>
> > Hi,
> >
> > I wasnt able to find any guidelines on how to add a Group while indexing.
> > There is a user guide and demo code for Facet which shows this. Can you
Hi,
I wasnt able to find any guidelines on how to add a Group while indexing.
There is a user guide and demo code for Facet which shows this. Can you
please show how to add a Group while indexing?
Thanks,
Rajesh
On Mon, May 27, 2013 at 3:55 PM, raj wrote:
> Hi Elisabeth,
>
> Thank
e-3-5
> Best,
> Elisabeth
>
> On 27 May 2013 11:16, raj wrote:
>
> > Hi,
> >
> > I was seeing that Lucene supports both Groups and Facets. But I was
> finding
> > it difficult to understand the difference between both.
> >
> > https://issues.apache
Hi,
I was seeing that Lucene supports both Groups and Facets. But I was finding
it difficult to understand the difference between both.
https://issues.apache.org/jira/browse/LUCENE-1421 - Says "Ability to Group
search results by Field". So, is this by existing Fields that we add while
indexing or
Shai,
Looks like this is what I was looking for. Will try out
Thansk a lot!
Rajesh
On Mon, May 20, 2013 at 7:27 PM, Shai Erera wrote:
> Raj,
>
> If I understand your question, you can integrate regular and faceted search
> as follows:
>
> Query q = new Te
:34 AM, raj wrote:
> Thanks a lot Shai! That was really quick response.
>
>
> On Thu, May 16, 2013 at 11:32 AM, Shai Erera wrote:
>
>> Hi Raj,
>>
>> Unfortunately the userguide is outdated after refactorings made to the
>> package. We have an issue open to f
Thanks a lot Shai! That was really quick response.
On Thu, May 16, 2013 at 11:32 AM, Shai Erera wrote:
> Hi Raj,
>
> Unfortunately the userguide is outdated after refactorings made to the
> package. We have an issue open to fix that.
> Until then, you can find an example code
Hi,
I was checking on Lucene Faceted search and need some guidance.
http://lucene.apache.org/core/4_3_0/facet/org/apache/lucene/facet/doc-files/userguide.html#facet_indexingmentions
about
DocumentBuilder categoryDocBuilder = new CategoryDocumentBuilder(taxo);
But I am unable to find Document
Check out the similarity implementation here
-
http://lucene.apache.org/java/3_0_1/api/core/org/apache/lucene/search/Similarity.html
,
to start thinking about custom ranking algorithms.
You can open a IndexSearcher and set the similarity herewith -
http://lucene.apache.org/java/2_4_0/api/org/
16 matches
Mail list logo