Forum

JiFile per Joomla!

JIFile
JiFile è una componente per Joomla! che permette di indicizzare il contenuto dei file(PDF, DOC, ecc.) per poter effettuare delle ricerche al loro interno.

Scopri di più...  Demo

JoomPhoto Mobile

JPhotoMobile
JoomPhoto Mobile è una componente per Joomla! che ti permette di condividere le foto dal tuo dispositivo Android sul tuo portale Joomla!.

Scopri di più...  Demo

iFile Framework

IFile
IFile è un framework open source scritto interamente in PHP, permette l'indicizzazione dei contenuti testuali di un documento (DOC, PDF, EXCEL, etc) e una rapida ricerca all'interno degli stessi.

Scopri di più...  Demo

Easy Language

EasyLanguage
Easy Language è un plugin per la gestione semplice ed immediata di testi multilingua in ogni parte possibile di joomla, articoli, componenti, moduli, metadata, template, altri componenti(esempio K2) ecc.

Scopri di più...

Article Book Effect

Article Book Effect
Visualizza gli articoli di Joomla con l'effetto volta pagina di un libro. Questo plugin consente di visualizzare il contenuto di un articolo Joomla come un vero e proprio libro o una rivista, utilizzando tutti i vantaggi di HTML5

Scopri di più...  Demo

 

Fototessera

Article Book Effect
La più famosa Android App che ti permette di stampare le foto tessere per i tuoi documenti con il tuo smartphone Android, in modo semplice ed intuitivo.

Scopri di più...

 

Ombra pazza 3D

Ombra pazza 3D
Ombra Pazza è il puzzle game 3D frenetico e divertente per Android! Prova a ruotare le forme portandole nella posizione delle proprie ombre senza mai fallire! Risolvi una dopo l'altra tutte le combinazioni dei livelli di gioco.

Scopri di più...

 

Admin Countdown

Admin Countdown
Modulo per Joomla! 2.5 e 3.x visualizza nella parte di amministrazione del sito, un timer con il conto alla rovescia del tempo rimanente della tua sessione.

Scopri di più...  Demo

 
Benvenuto, Ospite
Nome utente: Password: Ricordami

ARGOMENTO: (SOLVED) Impossible to search

(SOLVED) Impossible to search 31/03/2012 19:28 #291

I tried everything, installed the 2.5 jommla componente, 1.5, none of them worked. The problem start when I tried to upload the file to install, it says:

There was an error uploading this file to the server.

So I have to install by URL so, it worked.

After I have done everything the video tutorial says, upload the files to the ifile dir in the root /var/www/myjoomla, it index without problem, but when I go to the search page, it shows nothing.
I'm using Debina squeeze 64bits running in a XenServer
All the permissions of the folder are to www-data:www-data, including the PDFs
I'm using PHP 5.3.3-7 and Apache 2.2.16

Someone had that kind of problem? Is my php.ini configuration?

Allegati:
  • Allegato Questo allegato è nascosto ai visitatori. Prego accedi o registrati per visualizzarli.
  • Allegato Questa immagine è nascosta ai visitatori. Prego accedi o registrati per visualizzarli.
Ultima modifica: 31/03/2012 21:26 da otavioamcamargo@gmail.com.
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re: Impossible to search 31/03/2012 20:19 #292

  • Antonio
  • Avatar di Antonio
  • OFFLINE
  • Administrator
  • Messaggi: 486
  • Ringraziamenti ricevuti 66
The configuration seems correct.
You can attach a pdf of proof that you have indexed?
If you like, if it was useful, consider a donation, Thanks
Se vuoi, se ti siamo stati utili, considera una donazione, Grazie
Help us by voting our extensions on Joomla.org:
JiFile
JoomPhoto Mobile
Easy Language
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re: Impossible to search 31/03/2012 20:39 #293

Yes, I have already uploaded the pdf and a screen of the Document detail in joomla, showing what was indexed.
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re: Impossible to search 31/03/2012 21:20 #294

I found the problem. It was in the configuration of Jfile, it wasn't indexing the body of the text.

I read the text about Field Types and solved the problem.

Here is the image of the configuration of jifile:


Questa immagine è nascosta ai visitatori. Prego accedi o registrati per visualizzarli.




>>>>
Understanding Field Types

Keyword fields are stored and indexed, meaning that they can be searched as well as displayed in search results. They are not split up into separate words by tokenization. Enumerated database fields usually translate well to Keyword fields in Zend_Search_Lucene.

UnIndexed fields are not searchable, but they are returned with search hits. Database timestamps, primary keys, file system paths, and other external identifiers are good candidates for UnIndexed fields.

Binary fields are not tokenized or indexed, but are stored for retrieval with search hits. They can be used to store any data encoded as a binary string, such as an image icon.

Text fields are stored, indexed, and tokenized. Text fields are appropriate for storing information like subjects and titles that need to be searchable as well as returned with search results.

UnStored fields are tokenized and indexed, but not stored in the index. Large amounts of text are best indexed using this type of field. Storing data creates a larger index on disk, so if you need to search but not redisplay the data, use an UnStored field. UnStored fields are practical when using a Zend_Search_Lucene index in combination with a relational database. You can index large data fields with UnStored fields for searching, and retrieve them from your relational database by using a separate field as an identifier.
>>>>
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re: Impossible to search 31/03/2012 21:24 #295

  • Antonio
  • Avatar di Antonio
  • OFFLINE
  • Administrator
  • Messaggi: 486
  • Ringraziamenti ricevuti 66
Try setting the encoding to ISO8859-1, we worked.

Clear index and reindex.

Questa immagine è nascosta ai visitatori. Prego accedi o registrati per visualizzarli.
If you like, if it was useful, consider a donation, Thanks
Se vuoi, se ti siamo stati utili, considera una donazione, Grazie
Help us by voting our extensions on Joomla.org:
JiFile
JoomPhoto Mobile
Easy Language
Ultima modifica: 31/03/2012 21:25 da Antonio.
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

(SOLVED) Re: Impossible to search 31/03/2012 21:25 #296

Yes, changing the encoding solved my problem!
Thanks!!!
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.