Re: is it posible to get more Number of characters?

2012-01-26 Thread Jörg Agatz
stion? > > Otis > > Performance Monitoring SaaS for Solr - > http://sematext.com/spm/solr-performance-monitoring/index.html > > > - Original Message - > > From: Jörg Agatz > > To: solr-user@lucene.apache.org > > Cc: > > Sent: Thursday, January 26

is it posible to get more Number of characters?

2012-01-26 Thread Jörg Agatz
is it posible to get more Number of characters? I have a problem with too many characters in the search, my "Think Tank" is very long, but this also be the case. Unfortunately I can not find a setting that is responsible.

More Number of characters???

2012-01-26 Thread Jörg Agatz
Ausgangssprache: Deutsch Geben Sie Text oder eine Website-Adresse ein oder lassen Sie ein Dokument übersetzen . Abbrechen is it posible to get more Number of characters? I have a problem with too many characters in t

import Data via PHP

2011-07-14 Thread Jörg Agatz
hallo users... i have a Problem.. I have ti indexin Data via PHP.. the Information for data existing... and the Fiels too.. "fields id, name, url, color, size" are existing in schema, and it work.. But how can i send it to solr, i try it with curl.. but it dosent work curl " http://myserver

Re: Indexing Mails

2011-05-10 Thread Jörg Agatz
will the E-Mail ID, and the recent E-Mail Ids, indext too? and witch fiels i have to create in schema.xml?

Indexing Mails

2011-05-10 Thread Jörg Agatz
Hallo.. I search a Way to indexing e-Mails fast and easy to safe in Solr A lot of users do this too, but i cant find a howTo or something like that. when you have or know where i can find a HowTo.. it will nice if you can help me.. King

Multicore Search "Map size must not be negative"

2011-01-20 Thread Jörg Agatz
Hallo.. I have create multicore search and will search in more then one Core! Now i have done: http://192.168.105.59:8080/solr/mail/select?wt=phps&q=*:*&shards=192.168.105.59:8080/solr/mail,192.168.105.59:8080/solr/mail11 But Error... HTTP Status 500 - Map size must not be negative java.lang.I

Re: lazy loading error?

2011-01-19 Thread Jörg Agatz
ok, but i cant find the folders in the Tomcat folder /varlib/tomcat6/solr/ no existing contrib folder or lib folder? where will missing an ampersand missing??? curl " http://192.168.105.210:8080/solr/rechnungen/update/extract?literal.id=1234567&uprefix=attr_commit=true"; -F "myfile=@test.xls"

lazy loading error?

2011-01-19 Thread Jörg Agatz
Hallo, i have a problem with Solr and it looks like RequestHandlers.. but i dont know what i must do... i have remove and reinstall Openjdk installt maven2 and tika, nothing Chane.. someware in idea for me? Command: curl " http://192.168.105.210:8080/solr/rechnungen/update/extract?liter

zip in solr

2011-01-18 Thread Jörg Agatz
Hallo.. i don't know who i can indexing "zip" Dokuments, richtext, pdf and office documents works pretty fine, but from the "zip" files i only get the Name of ziped dokumentds, not the Content. maybe i have to do some other thinks bye indexing zip, but i have read that Tika can read zip and jar and

Re: Tika Update, no Data

2011-01-17 Thread Jörg Agatz
ohh, your right.. embarrassing! i have tryed, and it works, but it seems it works not Perfect, the txt documents into the ZIP are not indext, lonly the Names of documents into the zip.. King

Re: Tika Update, no Data

2011-01-17 Thread Jörg Agatz
Hey! Thanks a lot, nice tip.. works fine.. But one Problem i have too... to indexing ZIP. i tryed : curl " http://192.168.105.66:8983/solr/update/extract?literal.id=zip&uprefix=attr_commit=true"; -F "myfile@constellio_standalone-1.0.zip" and i get: Warning: Illegally formatted input field! cur

Tika Update, no Data

2011-01-14 Thread Jörg Agatz
hey... i work with tika and Solr, at the Moment, i can index Dokument information but nur content.. to the details: part of my config: last_modified true text true ignored_ true links ignored_ Part of my Schema: curl command: curl " http://192.168.105.66:8983/solr

Re: Problem with Tika and ExtractingRequestHandler (How to from lucidimagination)

2011-01-14 Thread Jörg Agatz
no, i dont know that is the request Hadler: last_modified true text true ignored_ true links ignored_ and i start it like this: curl " http://192.168.105.66:8983/solr/update/extract?ext.idx.attr=true\&ext.def.fl=text

Re: Problem with Tika and ExtractingRequestHandler (How to from lucidimagination)

2011-01-14 Thread Jörg Agatz
ok, now in the 4 test, it works ? ok.. i dont know... it works.. but now i have a Oher Problem, i cant sent content to the Server.. when i will send Content to solr i get: Error 400 HTTP ERROR: 400Document [null] missing required field: id RequestURI=/solr/update/extracthttp://jetty.mortb

Problem with Tika and ExtractingRequestHandler (How to from lucidimagination)

2011-01-14 Thread Jörg Agatz
Hallo, I will indexig fulltext Documents, so i read, that Tika is a god idea :-) so i try the How to from lucidimagination ( http://www.lucidimagination.com/Community/Hear-from-the-Experts/Articles/Content-Extraction-Tika ) first of all, i install Maven2, and mvn Tika, i have test Tika in shell

other index input in Solr

2011-01-12 Thread Jörg Agatz
Guten Morgen Solr-Users, In Deutschland ist es Morgen daher diese Begrüßung. Ich habe ein kleines Problem mit Solr. Ich habe einen Index, erstellt von einem anderen Programm, es ist ein Lucene Index und kann von Luke problemlos gelesen werden. Diesen möchte ich nun jedoch mit Solr durchsuchen la

Optimize a Index

2011-01-07 Thread Jörg Agatz
Hallo, i have a Index withe 800.000 Dokuments, and now i hope it will be Faster, if i optimize the Index, it sounds good ;-) But i cant find an Example to Optimize one of milticors or all cors.. Maby one of you have a little example for that .. King

indexing data VIA HTTP URL

2010-12-17 Thread Jörg Agatz
hallo, i wont to indexing data from a webpage, like a Comment ore something else.. so i hope it exist a way to Update the Data Realtime... like: http://192.168.105.59:8080/solr/index2/update?commit=true -H "Content-Type: text/xml" --data-binary 'testdoc' but this is not Possible.. exist a way

Re: Multicore Search broken

2010-12-16 Thread Jörg Agatz
I have tryed some Thinks, now i have new news, when i search in : http://localhost:8080/solr/mail/select?q=*:*&shards=localhost:8080/solr/mail,localhost:8080/solr/

Multicore Search broken

2010-12-16 Thread Jörg Agatz
Hallo users, I have create a Multicore instance from Solr with Tomcat6, i create two Cores "mail" and "index2" at first, mail and index2 are the Same config, after this, i change the Mail config and Indexing 30 xml No when i search in each core: http://localhost:8080/solr/mail/select?q=*:*&s

Re: Results from More then One Cors?

2010-12-16 Thread Jörg Agatz
ok, works Great, at the Beginning, but now i get a Big Error :-( HTTP Status 500 - null java.lang.NullPointerException at org.apache.solr.handler.component.QueryComponent.mergeIds(QueryComponent.java:462) at org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComponent.java:298)

indexing a lot of XML dokuments

2010-12-16 Thread Jörg Agatz
hi, users, i serch e way to indexing a lot of iml Dokuments so fast as Possible. i have more than 1 million docs on Server 1 and a SolR multicor an Server 2 with tomcat. i dont know ho i can do it easy and fast.. I cant find a idea in the wiki, maby you have some ideas? King

Problem with multicore

2010-12-15 Thread Jörg Agatz
Hallo Users, I habve a Problem wit Solr 1.4.1 on Ubuntu 10.10 I have download the new version and extract it! than i have copy the solr.xml from example/multicore/solr.xml to /examples/solr/solr.xml than i create folders example/solr/core0 and example/solr/

XML to solr

2010-11-15 Thread Jörg Agatz
hi Users. I have a Question, i have a lot of XML to indexing, at the Moment i have two XML files, one original, and one for solr a (Search_xml) for example: 6483030ed18d8b7a58a701c8bb638d20 0012_20101105111938206.pdf PDM

segments_7eq4 not found !!!! HELP

2010-11-15 Thread Jörg Agatz
Hallo, I have a Problem.. Last month i get an Error, segment "7eq4 " not found, so i cant indexing anything but can search in the index. i remove the index and create a new, but now i get the Same error again... maby you can help me, can tell me what ist wrong with my Solr at the Moment i have 2

Re: Problem with Indexing

2010-10-12 Thread Jörg Agatz
java -Xmx1024m -jar start.jar

Re: Problem with Indexing

2010-10-11 Thread Jörg Agatz
ok, i have try it.. and now iget this error: POSTing file e067f59c-d046-11df-b552-000c29e17baa_SEARCH.xml SimplePostTool: FATAL: Solr returned an error: this_writer_hit_an_OutOfMemoryError_cannot_flush__javalangIllegalStateException_this_writer_hit_an_OutOfMemoryError_cannot_flush__at_orgapacheluc

Problem with Indexing

2010-10-01 Thread Jörg Agatz
Hallo, i tryed to index a lot of XML. 700.000 to 800.000 but i becom a Error: and a Java heap Space error.. i doo this: find -maxdepth 1 -mindepth 1 -name '*_SEARCH*' -exec java -jar /opt/solr/apache-solr-1.4.0/example/exampledocs/post.jar '{}' + and i get this: ... ... ... ... SimplePostTool:

Re: Results from More then One Cors?

2010-08-13 Thread Jörg Agatz
Sorry.. I tryed it with more Details :-).. So i have a lot of cors.. 10 to 20... now i search a way to get results from 5 to ten Cors at the same time.. i need to sort ol results need view facet search out of the 10 cors at the same time. So one query, one server with 20 Corrs and o result wit

Results from More then One Cors?

2010-08-12 Thread Jörg Agatz
Hallo Users... I tryed to get results from more then one Cores.. But i dont know how.. Maby you have a Idea.. I need it into PHP King

delete Problem..

2010-08-10 Thread Jörg Agatz
Hallo Users... I have a Problem, to delete some indext Item i Tryed it with : java -Ddata=args -jar /home/service/solr/apache-solr-nightly/example/exampledocs/post.jar "EMAIL_HEADER_FROM:test.de" but Nothing, EMAIL_HEADER_FROM is a "String" and in the past it ever works. but now? I cant delete

Re: fq= "more then one" ?

2010-07-12 Thread Jörg Agatz
OK... Thanks.. It works if i try it direktly.. but in PHP it dosent: *Warning*: file_get_contents(http://@mail.de OR EMAIL_HEADER_TO:t...@mail.de )) [ function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 400 Bad R

fq= "more then one" ?

2010-07-12 Thread Jörg Agatz
Hallo, i tryes to ceate a new Search for mails, and become a Problem.. If i search: http://172.20.1.33:8983/solr/select/?q=*:*&start=0&fq=EMAIL_HEADER_FROM:t...@mail.de it works, i only get E-Mails from t...@mail.de But i need something like That: http://172.20.1.33:8983/solr/select/?q=*:*&star

problem to indexing

2010-07-11 Thread Jörg Agatz
Hallo Users.. I have a lot of work :-) i havt ti indexing Mails.. .. And it works, but sometime i get Errors, ind i Dont know why.. Maby you can Help.. My XML: acd1a9416fe3ddaca1442e44e0ca8751 0747046bcc415546b565108e3da19406bf677f9...@ 20100709140235 103261 /2010/0

Re: PHP output at a multiValued AND dynamicField

2010-06-02 Thread Jörg Agatz
i don't understand what you mean!

Re: PHP output at a multiValued AND dynamicField

2010-06-02 Thread Jörg Agatz
yes i done.. but i dont know how i get the information out of the big Array... Al fields like P_VIP_ADR_*

PHP output at a multiValued AND dynamicField

2010-06-02 Thread Jörg Agatz
Hallo Users... I have a Problem... In my SolR, i have a lot of multiValued, dynamicFields and now i must print ther Fields in php.. But i dont know how... In schema.xml: output from Solr: A201005311740560002.xml NO A201005311740560002 2010-05-31 17:40:56 − Q:\DatenI

Re: question about indexing...

2010-05-26 Thread Jörg Agatz
OK, Done.. i reboot the Server. Now it works.. is the Textfield Single instance? how can i make it? In textfield indext the Word : "Hallo" if i search "Hallo" i found "hallo" i found "Hall*" i dont "hall*" i found But some user will search "Hall*" One more little Question i have... The Diff

Re: question about indexing...

2010-05-26 Thread Jörg Agatz
Sorry, i mean: The XML like This:

Re: question about indexing...

2010-05-26 Thread Jörg Agatz
Ok, Done... But no changes! I have the following in the Schema.xml Made: all The XML like This: i search "hallo" "Hallo" "leute" or "name" but i caqnt Find anythink. "*:*" brings me the one indexed file. What happens?

Re: question about indexing...

2010-05-25 Thread Jörg Agatz
i create a new Index, but nothing Change. I search for : " *:* " I fond it i search vor "hallo" "Hallo" "hallo*" "Hallo*"or some other content from the CDATA field i dosent.

Re: question about indexing...

2010-05-25 Thread Jörg Agatz
ok, done.. But now i dosent find any word in the CDATA field. i make : it is a string field Multivalued.. King

question about indexing...

2010-05-25 Thread Jörg Agatz
I have a work!, i musst indexing a lot of E-Mails, so i will create a Script to generate me a xml of the Mails. Now is the question, what happens when i creade a field "body" and in this field comes a lot of "<" or ">" like this: Confidentiality Caution: This message and all its included content a

Re: Multicore - Post xml to core0, core1 or core2

2009-12-16 Thread Jörg Agatz
Good eavening, I tryed to indexing the Test csv.. i use this: java -Durl=http://localhost:8983/solr/core0/update -jar post.jar books.csv But i become an error. SimplePostTool: WARNING: Make sure your XML documents are encoded in UTF-8, other encodings are not currently supported SimplePostTool:

Multiindexing

2009-12-07 Thread Jörg Agatz
Hi Users.. i need help with Multiindexing in Solr, i want one Core, and 3 to 5 diferent indizes. So i can search in simultan in all or in some of them. i find the Help im WIKI.. but it dosent Help. http://wiki.apache.org/solr/MultipleIndexes?highlight=%28multi%29 there stand nothing about Multiin

Re: Fulltext crawler

2009-11-30 Thread Jörg Agatz
book? i order "Solr 1.4" today, i see some examples in this book?

Multi index

2009-11-28 Thread Jörg Agatz
Hallo Users... At the Moment i test MultiCorae Solr, but i cant search in more than one core direktly.. Exist a way to use multiindex, 3-5 Indizes in one core ans search direkty in all? ore only in one? it is realy important or my Projekt. Thanks King

Fulltext crawler

2009-11-26 Thread Jörg Agatz
*Hey guys*,I search a Fulltext crawler for Solr, to index HTML,OpenOffice and Ms Office documets,PDF and muchmore formates. How indexed you the Data? Maby you can help me to find a Crawler. King

Re: Solr 1.4 search in more the one Core

2009-11-25 Thread Jörg Agatz
I think NO, because there is a Crawler for fulltext indexig that permernently uptate the Indexes When you have a Crawler for documents,office ect, than i can switch to solr totaly.

Re: Solr 1.4 search in more the one Core

2009-11-25 Thread Jörg Agatz
> Why do you want to search across cores on the same Solr? > > -- > Regards, > Shalin Shekhar Mangar. > I only need Multiindexing, but i find no other way to import other indizes. I have some old indexes from a other Projekt, and will us this in Solr. i i use one index it works, but i have a lot

Solr 1.4 search in more the one Core

2009-11-25 Thread Jörg Agatz
Hollo, I try to search in more than one Core. I search in Wiki, but i dont find any way to search in 2 of the 3 cores and a way to seacht in all cores. maby Someone of you have tryed the same an can help me?

Buggy search Solr1.4 Multicore

2009-11-25 Thread Jörg Agatz
Hi... I have a Problem with Solr, I try it with 3 cores, and it starts. I can search but i only become results, when i exaktly search for the howls field. i mean, in the field stand: "Dell Widescreen Ultra" when i search for "name:Widescreen" i get Nothing "name:Dell Widescreen Ultra" i get the

Re: Multicore - Post xml to core0, core1 or core2

2009-11-25 Thread Jörg Agatz
Thanks, it works realy fine.. Maby you have an Ideo, to search in Core0 and Core1 I want to search in all cores, or only in 2 of 3 cores.

Multicore - Post xml to core0, core1 or core2

2009-11-25 Thread Jörg Agatz
Hallo, at the moment i tryed to create a Solr instance wite more then one Cores I use solr 1.4 and multicore Runs :-) But i dont know how i post a XML in one of my cores. At the Moment i use "java -jar post.jar *.xml" now i will fill the core0 index with core0*.xml , and core1 with core1*.xml Bu

Output all, from one field

2009-11-23 Thread Jörg Agatz
Hallo, I search for a way, to output all content from one field.. Like name: "NAME:*" And Solr gifs me all Names or "color:*" and i become all colors can io do this? or is this Impossible? Jörg

Re: Wildcards at the Beginning of a Search.

2009-11-12 Thread Jörg Agatz
is in solr 1.4 maby a way to search with an wildcard at the beginning? in 1.3 i cant activate it. KingArtus

Re: memory size

2009-11-11 Thread Jörg Agatz
I have change the php.ini, now it works... it was a Problem in PHP, because i grouping the Results in PHP, when i have much results i need more memory Thanks for the Help

memory size

2009-11-10 Thread Jörg Agatz
Hallo, I have a Problem withe the Memory Size, but i dont know how i can repair it. Maby it is a PHP problem, but i dont know. My Error: Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 16515072 bytes) I hope you can help me KinGArtus

Problem with Wildcard...

2009-09-29 Thread Jörg Agatz
Hi Users... i have a Problem I have a lot of fields, (type=text) for search in all fields i copy all fields in the default text field and use this for default search. Now i will search... This is into a Field "RI-MC500034-1" when i search "RI-MC500034-1" i found it... if i seacht "RI-M

Sort a Multivalue field

2009-09-09 Thread Jörg Agatz
Hallo Friends, I have a Problem... my Search engins Server runs since a lot of weeks... Now i gett new XML, and one of the fields ar Multivalue,, Ok, i change the Schema.xml, set it to Multivalue and it works :-) no Error by the Indexing.. Now i go to the Gui, and will sort this Field, and BAM,

solr-user@lucene.apache.org

2009-07-30 Thread Jörg Agatz
Also, i use the Comandline tool "java .jar post.jar xyz.xml" i donkt know what you are mean with It sounds like you're not using 'entities' for your '&' characters (ampersands) in your XML. These should be converted to "&" This should look familiar if you've ever written any HTML. I dont understa

solr-user@lucene.apache.org

2009-07-30 Thread Jörg Agatz
Good Morning SolR :-) its morning in Germany! i have a Problem, with the Indexing... I often become an Error. I think it is because in the XML stand this Character "&" I need the Character, what happens? SimplePostTool: FATAL: Solr returned an error: comctcwstxexcWstxLazyExcept

Sort field

2009-07-23 Thread Jörg Agatz
Hallo... I have a problem... i want to sort a field at the Moment the field type is "text", but i have test it with "string" or "date" the content of the field looks like "22.07.09" it is a Date. when i sort, i get : failed to open stream: HTTP request failed! HTTP/1.1 500 there_are_more_terms

Wildcards at the Beginning of a Search.

2009-07-20 Thread Jörg Agatz
Hallo Solr Users... I tryed to search with a Wildcard at the beginning from a search. for example, i will search for "*est" and get "test, vogelnest, fest, " But it dosent work, i alsways get an error... Now my Big brother GOOGLE tolds me, that it can work but a search with a Wildcad at the

Re: case-sensitive

2009-07-15 Thread Jörg Agatz
yes, thats right... i have use in al Time "string" So i dont change something, without the field like this: now i test what you say... And i become a Error

case-sensitive

2009-07-15 Thread Jörg Agatz
I search for the Otions for "case-*sensitive" ore *Key* sensitive" to some or all Fields.. Exist a Option for that? in the Solr Schema.xml? Problem: I search in a Field for "ri*" but the real Name is "RI-700690" "RI*" brings Results, but sumtimes it is "NI", and sumetimes it is "ni" or something

DefaultSearchField ? "important"

2009-07-14 Thread Jörg Agatz
Hallo Users... And good Morning, in germany it is morning :-) I have a realy important Prroblem... My Fields are realy Bad.. Like "CUPS_EBENE1_EBENE2_TASKS_CATEGORIE" I have no Content field ore somthing like this... So when i will search somthing, i need to search in ALL fields, but when i sear

Re: Nightly-Build NO wildcards?

2009-06-30 Thread Jörg Agatz
Ok, thats work... Sorry for this Simple question

Nightly-Build NO wildcards?

2009-06-30 Thread Jörg Agatz
Hallo Users... I have download today the New Nightly Build for a testing System... I have eddit my "schema.xml" and runn the Server... Indext my Own Text XML and search for this... I indext file name: Test01 in file 1 Test02 in file 2 Test03 in file 3 Test04 in file 4 Test05 in file 5 Test06 in

Only the Newes File as Result

2009-06-05 Thread Jörg Agatz
Hallo, Solr users... I have a Problem! I Have a lot of files, fome of the Files are exist in more than one version. often they are only little changes in the files... Now i musst find a way to get only the last of each file. The normal Results are maby 500 Documents, but from each document are e

Search combination?

2009-06-02 Thread Jörg Agatz
Hi users... i have a Problem... i will search for: http://192.168.105.54:8983/solr/itas?q=size:7*&extension:db i mean i search for all documents they are size 7* and extension:pdf, But it dosent work i get some other files, with extension doc ore db what is Happens about ? Jörg

Solritas Problem with "faces"

2009-06-02 Thread Jörg Agatz
Hi... I have in Solritas a Problem with the Faces... I seach for "Ipod" ore "plesnik" and the faces are say, (PDF) 39 (TXT)109 (DOC)1200 When i click on the PDF, i want to see 39 PDF´s with te Kayword "plesnik" but i get more the 800 thats are all pdf´s in the index.. is this a Bug? ore a Feture

Re: Solrits - Problem with facing after restart yetty

2009-05-29 Thread Jörg Agatz
HTTP ERROR: 500 null java.lang.NullPointerException at java.io.StringReader.(StringReader.java:33) at org.apache.lucene.queryParser.QueryParser.parse(QueryParser.java:169) at org.apache.solr.search.LuceneQParser.parse(LuceneQParserPlugin.java:78) at org.apache.sol

Re: Solrits - Problem with facing after restart yetty

2009-05-29 Thread Jörg Agatz
also, i have after using the Nightly bUILD FROM tODY, 29.05.2009 BUT THE sAME ERROR... HTTP ERROR 500 null java.lang.NullPointerException ... ... ... The url is: .../solr/itas?fq=cat:"test" when i tryed .../solr/itas?q=SEARCHWORD&cat:"test" ir worket, links dosent work

Re: Solrits - Problem with facing after restart yetty

2009-05-29 Thread Jörg Agatz
i the Bug fixt in the news Nightliy Bilds?

Re: Solrits - Sort Buttons under the searchform

2009-05-28 Thread Jörg Agatz
In the First, i tryed to print the Respons on the Display.. i tryed with this Code: SORT HIER wird SORTIERT you search for $(response.responseHeader.params.q) But it dosent Work, hi only Print: SORT HIER wird SORTIERT you search for $(response.responseHeader.params.q)

Solrits - Sort Buttons under the searchform

2009-05-28 Thread Jörg Agatz
Hollo.. I Tryed to create a Sort button unter the SearchForm... i would like to sort : "score" and "date" so i musst use the Link: * http://192.168.105.54:8983/solr/itas?q=SEARCHWORD&sort=date asc* and *http://192.168.105.54:8983/solr/itas?q=SEARCHWORD&sort=date desc * and the Same with score,

Re: Solrits - Problem with Index...

2009-05-26 Thread Jörg Agatz
in witch Ducument i must remove the defType parameter.. i found "defType"only in solrConfig.xml. but i found two Configs.. one in "apache-solr-nightly\example\solr\conf". and one in "apache-solr-nightly\contrib\velocity\src\main\solr\conf" i only remove "defType=dismax" ? in with of the Conf?

Re: Solrits - Problem with Index...

2009-05-26 Thread Jörg Agatz
ok, now i understand.. the phraser fram solrtis, or the phraser, that solrtis is using... do not work with: (fieldname:term) but how i can change the default search field from solrtis? and how can i search in a special field? Change /itas to use "lucene" (or remove the defType parameter altogethe

Re: Solrits - Problem with facing after restart yetty

2009-05-26 Thread Jörg Agatz
> >> >> >> > You must be using trunk from last week? A bug got in, but if you grab the > latest, its fixed. > > - Mark > > I use a Nightly Build from 24.05, there is the bug dosent fixet? is it fixed in th enext nightly? i cant use Trunk, because, i cant use SVN behind the Proxy, so i musst use th

Re: Solrits - Problem with Index...

2009-05-26 Thread Jörg Agatz
> > > Sounds like it's just purely working out the basics of what field(s) you > want to search on, and indexing them properly. > >Erik > > coud bee, but when i use the admin page to search.. it works... I search in the field "summary" the word "plesnik" so i doo "*summary:plesnik*" in th

Solrits - Problem with facing after restart yetty

2009-05-26 Thread Jörg Agatz
Hi.. I tryed the Original stepp by stepp way from solritas, start indexing, ect.. after this i can use the "cat" links in the left sithe of the webfrontend.. Like "*cat:"electronics"*" but when i shutdown the Server, "*strg+C*" in the shell, and restart it with: "*java -Dsolr.solr.home=../contrib

Re: Solrits - Problem with Index...

2009-05-26 Thread Jörg Agatz
Fist the Facts... Ubuntu 8.10 2GB RAM Nightlybuild from 24.05.09 fields in index: extension, title, url, last-modified, size, some oter... 136 Documents in the index when i do this: http://192.168.105.54:8983/solr/itas/?q=summary%3Aplesnik&version=2.2&start=0&rows=10&indent=on&wt=velocity&v.tem

Solrits - Problem with Index...

2009-05-26 Thread Jörg Agatz
Hallo... I create with a croler a Index, it is not a original Solr index, but a "Lucene" so it works... when i go to the Admin Page i can send a Search and get a result... Like tis: URL: http://192.168.105.56:8983/solr/select/?q=summary%3Aplesnik&version=2.2&start=0&rows=10&indent=on Result: *

problem with Solrits (schow only some of the fields)

2009-05-25 Thread Jörg Agatz
tValue('id')) #end Maby someone can explain me how i can change the code to get some fields Jörg Agatz