Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: text.   Results from 1 to 8 from 8 (5.624s).
Loading phrases to help you
refine your search...
Index in text format - Lucene - [mail # user]
...Is there a way to have lucene to write index in a txt file?          ...
   Author: Andy, 2009-04-09, 19:56
Any way to "append" new text to an existing indexed field? - Solr - [mail # user]
...I'm building a Q&A application. There's a "Question" database table and an "Answer" table.  For each question, I'm putting the question itself plus all the answers into a single field "text...
... answer to the "text" field? Or is the only way to implement this is to retrieve the original question and the 10 existing answers from the database, combine them with the newly submitted 11th...
   Author: Andy, 2010-10-01, 11:38
Re: Any way to "append" new text to an existing indexed field? - Solr - [mail # user]
...Well I want to just display the "title" of the question in my search results and users can then just click on it to see the detals of the question and all the answers.  For example, say...
   Author: Andy, 2010-10-01, 12:23
DIH for multilingual index & multiValued field? - Solr - [mail # user]
...I have a MySQL table:      CREATE TABLE documents (         id INT NOT NULL AUTO_INCREMENT,         language_code CHAR(2),         tags CHAR(30),         text TEXT,         PRIMARY KEY (id...
...)     );  I have 2 questions about Solr DIH:  1) The "langauge_code" field indicates what language the "text" field is in. And depending on the language, I want to index "text" to different Solr...
[+ show more]
   Author: Andy, 2010-11-13, 20:55
Tokenizing Chinese & multi-language search - Solr - [mail # user]
... in different languages: text_en, text_zh, text_ja, text_fr, etc. Each field will be associated with the appropriate analyzer.  My problem now is how to deal with the query string. I don't know what...
   Author: Andy, 2011-03-16, 01:07
Re: Chinese chars are not indexed ? - Solr - [mail # user]
...What if Chinese is mixed with English?  I have text that is entered by users and it could be a mix of Chinese, English, etc.  What's the best way to handle that?  Thanks.          ...
   Author: Andy, 2010-06-28, 14:43
Re: Faceted Search Slows Down as index gets larger - Solr - [mail # user]
...Yonik,  Just curious why does using enum improve the facet performance.   Furkan was faceting on a text field with each word being a facet value. I'd imagine that'd mean there's a large...
   Author: Andy, 2010-06-04, 23:33
Piece of coded needed - Lucene - [mail # user]
...'m in the middle of a research and I need a piece of code in lucene to give me a weight matrix of a text collection and a given query:  W i,j = (f i,j)x(idf i)  AND    for the query:   W i,q = (0.5 + (0...
   Author: Andy, 2009-04-24, 21:09
Sort:
project
Solr (6)
Lucene (2)
type
mail # user (8)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (0)
last 9 months (8)
author
Julien Nioche (672)
Chris Hostetter (470)
Erik Hatcher (413)
Erick Erickson (392)
Jack Krupansky (366)
Otis Gospodnetic (285)
Chris Lu (256)
Robert Muir (256)
Yonik Seeley (244)
Lance Norskog (229)
Grant Ingersoll (193)
Michael McCandless (190)
Uwe Schindler (149)
Markus Jelsma (142)
Ted Dunning (142)
Andy