To search in a field, it has to be indexed. You can store a field
without indexing if you want to highlight it. If you index it with the
term* options, it should highlight faster. Since these do not speed up
higlighting, your analysis stack is probably very simple. The term*
options are variations
Hi,
Sorry for the second e-mail, but for the duplication problem, I have done
something wrong, ok now it works, and the query time reduced to 0.1 seconds
which is perfect. However, still if I use
term* directives, it gives the same error, so either I will index short_text
field as well o
Hi,
Thanks. However as I said before, termOffsets/termPositions/termVectors had
very little effect on the performance and I don't know why. I have done
exactly what you are saying but highlighting 10 documents that have 200-400
A4 pages still takes around 2 seconds, depending on the query. I will
If you want to highlight field X, doing the
termOffsets/termPositions/termVectors will make highlighting that
field faster. You should make a separate field and apply these options
to that field.
Now: doing a copyfield adds a "value" to a multiValued field. For a
text field, you get a multi-valued
Hi,
Thanks a lot for the replies, I could have chance today to test them.
First of all termVectors/termPositions/termOffsets did not help, it has very
little effect, but I tried a workaroud, however it is not as efficient as I
thought.
>From these fields;
I
Do you have these options turned on when you index the text field:
termVectors/termPositions/termOffsets ?
Highlighting needs the information created by these anlysis options.
If they are not turned on, Solr has load the document text and run the
analyzer again with these options on, uses that dat
(10/05/05 22:08), Serdar Sahin wrote:
Hi,
Currently, there are similar topics active in the mailing list, but it I did
not want to steal the topic.
I have currently indexed 100.000 documents, they are microsoft office/pdf
etc documents I convert them to TXT files before indexing. Files are betw
Hi,
Currently, there are similar topics active in the mailing list, but it I did
not want to steal the topic.
I have currently indexed 100.000 documents, they are microsoft office/pdf
etc documents I convert them to TXT files before indexing. Files are between
1-500 pages. When I search something